Trait bitflags::__core::panic::RecoverSafe
[−]
[src]
pub trait RecoverSafe { }
Deprecated since 1.9.0
: renamed to UnwindSafe
Unstable (
recover
): renamed to UnwindSafe
Deprecated, renamed to UnwindSafe
Implementors
impl<T> RecoverSafe for T where T: UnwindSafe