Struct tracing_subscriber::util::TryInitError [−][src]
pub struct TryInitError { /* fields omitted */ }
Expand description
Error returned by try_init
if a global default subscriber could not be initialized.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TryInitError
impl Send for TryInitError
impl Sync for TryInitError
impl Unpin for TryInitError
impl !UnwindSafe for TryInitError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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