Enum error_chain::example_generated::inner::ErrorKind [−][src]
pub enum ErrorKind { Msg(String), // some variants omitted }
The kind of an error.
Variants
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.