pub type InstallerStartUpdateResult = Result<String, UpdateNotStartedReason>;Aliased Type§
pub enum InstallerStartUpdateResult {
Ok(String),
Err(UpdateNotStartedReason),
}Variants§
Ok(String)
Contains the success value
Err(UpdateNotStartedReason)
Contains the error value