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