Macro forward_scalar_val_ref_binop_to_ref_val

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