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

Implementations on Foreign Types

impl ErrnoSentinel for isize
[src]

[src]

impl ErrnoSentinel for i32
[src]

[src]

impl ErrnoSentinel for i64
[src]

[src]

impl ErrnoSentinel for *mut c_void
[src]

[src]

Implementors