pub type BootManagerQueryConfigurationLastSetActiveResult = Result<Configuration, i32>;
Aliased Type§
enum BootManagerQueryConfigurationLastSetActiveResult {
Ok(Configuration),
Err(i32),
}
pub type BootManagerQueryConfigurationLastSetActiveResult = Result<Configuration, i32>;
enum BootManagerQueryConfigurationLastSetActiveResult {
Ok(Configuration),
Err(i32),
}