pub type Result<T> = Result<T, Errno>;
A specialized Result type for rustix APIs.
Result
rustix
enum Result<T> { // some variants omitted }