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.
pub fn replace(
strategy: impl ThreadLocalTryDropStrategy,
) -> Option<BoxDynTryDropStrategy>Replace the current fallback thread local handler with a new one, returning the old one if any.