Macro return_ok

Source
macro_rules! return_ok {
    () => { ... };
}
Expand description

Macro that matches all successful instruction results. Used in pattern matching to handle all successful execution outcomes.