Macro mutate_return

Source
macro_rules! mutate_return {
    ($f: expr) => { ... };
}