install_thread_local_handlers

Function install_thread_local_handlers 

Source
pub fn install_thread_local_handlers(
    primary: impl ThreadLocalFallibleTryDropStrategy,
    fallback: impl ThreadLocalTryDropStrategy,
)
Expand description

This installs the primary and fallback thread local handlers.