Struct tracing_subscriber::filter::FromEnvError
source · [−]pub struct FromEnvError { /* private fields */ }
Expand description
Indicates that an error occurred while parsing a EnvFilter
from an
environment variable.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for FromEnvError
impl Send for FromEnvError
impl Sync for FromEnvError
impl Unpin for FromEnvError
impl !UnwindSafe for FromEnvError
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