Struct tracing_subscriber::reload::Error [−][src]
pub struct Error { /* fields omitted */ }
Indicates that an error occurred when reloading a layer.
Implementations
impl Error
[src]
impl Error
[src]pub fn is_poisoned(&self) -> bool
[src]
Returns true
if this error occurred because the layer was poisoned by
a panic on another thread.
pub fn is_dropped(&self) -> bool
[src]
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 Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]