Macro forward_val_ref_binop

Source
macro_rules! forward_val_ref_binop {
    (impl $imp:ident for $res:ty, $method:ident) => { ... };
}