replace

Function replace 

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

Replace the current thread local primary handler with the given one, returning the old one if any.