add_return

Macro add_return 

Source
macro_rules! add_return {
    ($arr: ident += $variant: ident($val: ident)) => { ... };
}