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