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

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

fn sentinel() -> Self

Loading content...

Implementations on Foreign Types

impl ErrnoSentinel for isize[src]

impl ErrnoSentinel for i32[src]

impl ErrnoSentinel for i64[src]

impl ErrnoSentinel for *mut c_void[src]

impl ErrnoSentinel for sighandler_t[src]

Loading content...

Implementors

Loading content...