pub type Result<T> = result::Result<T, Error>;
A specialized Result type for rustix APIs.
Result
rustix