Trait nix::errno::ErrnoSentinel [] [src]

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

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

Required Methods

Implementors