pub type Result<T> = Result<T, KernelError>;Expand description
Result type alias using KernelError.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(KernelError),
}pub type Result<T> = Result<T, KernelError>;Result type alias using KernelError.
pub enum Result<T> {
Ok(T),
Err(KernelError),
}