Trait std::panic::RecoverSafe  
                   
                       [−]
                   
               [src]
pub trait RecoverSafe { }Deprecated since 1.9.0
: renamed to UnwindSafe
Deprecated, renamed to UnwindSafe
Implementors
impl<T: UnwindSafe> RecoverSafe for T