pub trait ErrnoSentinel: Sized {
    fn sentinel() -> Self;
}
Expand description

The sentinel value indicates that a function failed and more detailed information about the error can be found in errno

Required Methods

Implementations on Foreign Types

Implementors