pub struct DefaultGuard(/* private fields */);Available on crate feature
std only.Expand description
A guard that resets the current default dispatcher to the prior default dispatcher when dropped.
pub struct DefaultGuard(/* private fields */);std only.A guard that resets the current default dispatcher to the prior default dispatcher when dropped.