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