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]

[src]

Formats the value using the given formatter.

impl PartialEq for ParseLevelError
[src]

[src]

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

[src]

This method tests for !=.

impl Display for ParseLevelError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ParseLevelError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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