Struct log::ParseLevelError [−][src]
pub struct ParseLevelError(_);
The type returned by from_str
when the string doesn’t match any of the log levels.
Trait Implementations
impl Error for ParseLevelError
[src]
impl Error for ParseLevelError
[src]impl PartialEq<ParseLevelError> for ParseLevelError
[src]
impl PartialEq<ParseLevelError> for ParseLevelError
[src]