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 Debug for ParseLevelError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ParseLevelError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for ParseLevelError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseLevelError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations