macro_rules! impl_mul_div_from_field_ref {
    ($type: ident, $params: ident) => { ... };
}
Expand description

Implements Mul, Div, MulAssign, and DivAssign on Self by deferring to an implementation on &Self