Enum error_chain::example_generated::inner::ErrorKind
[−]
[src]
pub enum ErrorKind { Msg(String), }
The kind of an error.
Variants
Msg(String)
A convenient variant for String.
Methods
impl ErrorKind
[src]
fn description(&self) -> &str
[src]
A string describing the error kind.
Trait Implementations
impl Debug for ErrorKind
[src]
impl Display for ErrorKind
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more