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