write

Function write 

Source
pub fn write() -> MappedRwLockWriteGuard<'static, Box<dyn GlobalTryDropStrategy>>
Expand description

Get a mutable reference to the global fallback handler.

ยงPanics

If the global fallback handler is not initialized yet, a panic is raised.