Trait nix::errno::ErrnoSentinel
source · pub trait ErrnoSentinel: Sized {
// Required method
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§
Object Safety§
This trait is not object safe.