Struct tracing_subscriber::filter::LevelParseError
source · [−]pub struct LevelParseError(_);Expand description
Indicates that a string could not be parsed to a valid level.
Trait Implementations
impl From<ParseLevelFilterError> for ParseError
This is supported on crate features std or alloc only.
impl From<ParseLevelFilterError> for ParseError
This is supported on crate features
std or alloc only.Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ParseLevelFilterError
impl Send for ParseLevelFilterError
impl Sync for ParseLevelFilterError
impl Unpin for ParseLevelFilterError
impl UnwindSafe for ParseLevelFilterError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
