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§
source§impl Debug for FromEnvError
impl Debug for FromEnvError
source§impl Display for FromEnvError
impl Display for FromEnvError
source§impl Error for FromEnvError
impl Error for FromEnvError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ParseError> for FromEnvError
impl From<ParseError> for FromEnvError
source§fn from(p: ParseError) -> Self
fn from(p: ParseError) -> Self
Converts to this type from the input type.