Struct tracing_core::dispatcher::DefaultGuard [−][src]
pub struct DefaultGuard(_);
A guard that resets the current default dispatcher to the prior default dispatcher when dropped.
pub struct DefaultGuard(_);
A guard that resets the current default dispatcher to the prior default dispatcher when dropped.
impl !RefUnwindSafe for DefaultGuard
impl Send for DefaultGuard
impl Sync for DefaultGuard
impl Unpin for DefaultGuard
impl !UnwindSafe for DefaultGuard