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