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.
pub fn replace(
strategy: impl ThreadLocalFallibleTryDropStrategy,
) -> Option<BoxDynFallibleTryDropStrategy>Replace the current thread local primary handler with the given one, returning the old one if any.