pub fn clear()Available on crate feature
std only.Expand description
Remove all context entries on the current thread.
Intended for tests; production code should rely on
ContextGuard drop semantics.
pub fn clear()std only.Remove all context entries on the current thread.
Intended for tests; production code should rely on
ContextGuard drop semantics.