Type Definition linux_loader::configurator::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Specialized Result type for the boot configurator.