replace

Function replace 

Source
pub fn replace(
    strategy: impl ThreadLocalTryDropStrategy,
) -> Option<BoxDynTryDropStrategy>
Expand description

Replace the current fallback thread local handler with a new one, returning the old one if any.