Struct tracing_core::dispatcher::DefaultGuard [−][src]
pub struct DefaultGuard(_);
This is supported on crate feature
std only.A guard that resets the current default dispatcher to the prior default dispatcher when dropped.
Trait Implementations
impl Drop for DefaultGuard[src]
impl Drop for DefaultGuard[src]Auto Trait Implementations
impl !RefUnwindSafe for DefaultGuard
impl !RefUnwindSafe for DefaultGuardimpl Send for DefaultGuard
impl Send for DefaultGuardimpl Sync for DefaultGuard
impl Sync for DefaultGuardimpl Unpin for DefaultGuard
impl Unpin for DefaultGuardimpl !UnwindSafe for DefaultGuard
impl !UnwindSafe for DefaultGuard