Enum unix_fd::errors::ErrorKind [−][src]
The kind of an error.
Variants
Io(Error)
Msg(String)
A convenient variant for String.
Implementations
impl ErrorKind
[src]
impl ErrorKind
[src]pub fn description(&self) -> &str
[src]
A string describing the error kind.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ErrorKind
impl !RefUnwindSafe for ErrorKind
impl !UnwindSafe for ErrorKind
impl !UnwindSafe for ErrorKind