Struct log::ParseLevelError
source · pub struct ParseLevelError(_);
Expand description
The type returned by from_str
when the string doesn’t match any of the log levels.
Trait Implementations§
source§impl Debug for ParseLevelError
impl Debug for ParseLevelError
source§impl Display for ParseLevelError
impl Display for ParseLevelError
source§impl PartialEq<ParseLevelError> for ParseLevelError
impl PartialEq<ParseLevelError> for ParseLevelError
source§fn eq(&self, other: &ParseLevelError) -> bool
fn eq(&self, other: &ParseLevelError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.