pub trait MaybeRefUnwindSafe: RefUnwindSafe { }Expand description
A trait that requires RefUnwindSafe when feature = std.
Implementors§
impl<T: RefUnwindSafe> MaybeRefUnwindSafe for T
Available on crate feature
std only.pub trait MaybeRefUnwindSafe: RefUnwindSafe { }A trait that requires RefUnwindSafe when feature = std.
std only.