pub type Result<T> = Result<T, Errno>;Expand description
A specialized Result type for rustix APIs.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(Errno),
}Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.