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