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