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