pub fn install_thread_local_handlers(
primary: impl ThreadLocalFallibleTryDropStrategy,
fallback: impl ThreadLocalTryDropStrategy,
)Expand description
This installs the primary and fallback thread local handlers.
pub fn install_thread_local_handlers(
primary: impl ThreadLocalFallibleTryDropStrategy,
fallback: impl ThreadLocalTryDropStrategy,
)This installs the primary and fallback thread local handlers.