Struct tracing_subscriber::util::TryInitError
source · pub struct TryInitError { /* private fields */ }
Expand description
Error returned by try_init
if a global default subscriber could not be initialized.
Trait Implementations§
source§impl Debug for TryInitError
impl Debug for TryInitError
source§impl Display for TryInitError
impl Display for TryInitError
source§impl Error for TryInitError
impl Error for TryInitError
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()