try_write

Function try_write 

Source
pub fn try_write<T>(
    f: impl FnOnce(&mut BoxDynFallibleTryDropStrategy) -> T,
) -> Result<T, UninitializedError>
Expand description

Try and get a mutable reference to the current thread local primary handler.

ยงErrors

If the thread local primary handler is not initialized yet, this function will return an