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.
Methods
impl ErrorKind[src]
fn description(&self) -> &str
A string describing the error kind.