Macro return_error

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

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