Struct tracing_subscriber::reload::Error
source · [−]pub struct Error { /* private fields */ }
Expand description
Indicates that an error occurred when reloading a layer.
Implementations
Returns true
if this error occurred because the layer was poisoned by
a panic on another thread.
Returns true
if this error occurred because the Subscriber
containing the reloadable layer was dropped.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
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