Macro return_revert

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

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