Macro forward_ref_val_binop

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