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.
pub fn write() -> MappedRwLockWriteGuard<'static, Box<dyn GlobalTryDropStrategy>>Get a mutable reference to the global fallback handler.
If the global fallback handler is not initialized yet, a panic is raised.