install_global_handlers_dyn

Function install_global_handlers_dyn 

Source
pub fn install_global_handlers_dyn(
    primary: Box<dyn GlobalDynFallibleTryDropStrategy>,
    fallback: Box<dyn GlobalTryDropStrategy>,
)
Expand description

This installs the primary and fallback global handlers. Must be a dynamic trait object.