Trait sp_wasm_interface::MaybeRefUnwindSafe
source · [−]pub trait MaybeRefUnwindSafe: RefUnwindSafe { }Expand description
A trait that requires RefUnwindSafe when feature = std.
pub trait MaybeRefUnwindSafe: RefUnwindSafe { }A trait that requires RefUnwindSafe when feature = std.