Macro dharitri_wasm::sc_try

source ·
macro_rules! sc_try {
    ($s:expr) => { ... };
}
Expand description

Equivalent of the ? operator for SCResult.