pub fn write<T>(f: impl FnOnce(&mut BoxDynFallibleTryDropStrategy) -> T) -> TExpand description
Get a mutable reference to the current thread local primary handler.
ยงPanics
If the thread local primary handler is not initialized yet, this function will panic.