pub type Result<T> = Result<T, Error>;Available on crate features
bzimage or elf or pe only.Expand description
Specialized Result type for the boot configurator.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(Error),
}