Type Definition linux_loader::configurator::Result
source · 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.