write

Function write 

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