Type Definition linux_loader::configurator::Result [−][src]
pub type Result<T> = Result<T, Error>;
Expand description
Specialized Result
type for the boot configurator.
pub type Result<T> = Result<T, Error>;
Specialized Result
type for the boot configurator.