Macro forward_all_binop_to_ref_ref

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