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
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
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