write

Function write 

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