pub trait MaybeRefUnwindSafe: RefUnwindSafe { }
Expand description

A trait that requires RefUnwindSafe when feature = std.

Implementors