macro_rules! return_ok {
() => { ... };
}
Expand description
Macro that matches all successful instruction results. Used in pattern matching to handle all successful execution outcomes.
macro_rules! return_ok {
() => { ... };
}
Macro that matches all successful instruction results. Used in pattern matching to handle all successful execution outcomes.