Type Definition Result
linux_loader::loader
type Result<T> = Result<T, Error>;
A specialized Result type for the kernel loader.
Result