Struct log::ParseLevelError [−][src]
pub struct ParseLevelError(_);Expand description
The type returned by from_str when the string doesn’t match any of the log levels.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.