Trait node_testing::client::sc_executor::sp_wasm_interface::MaybeRefUnwindSafe [−][src]
pub trait MaybeRefUnwindSafe: RefUnwindSafe { }
Expand description
A trait that requires RefUnwindSafe
when feature = std
.