Type Alias linux_loader::cmdline::Result

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

Specialized Result type for command line operations.