Struct kubos_system::KubosVersions[][src]

pub struct KubosVersions {
    pub curr: Option<String>,
    pub prev: Option<String>,
}
[]

Information about the version(s) of KubOS installed in the system

Fields

[]

The current or "active" version of KubOS

[]

The previous or "inactive" version of KubOS. If there is no previous version, this will be None

Auto Trait Implementations

impl Send for KubosVersions

impl Sync for KubosVersions