read

Function read 

Source
pub fn read<T>(f: impl FnOnce(&BoxDynTryDropStrategy) -> T) -> T
Expand 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.