macro_rules! define_mul_variants {
(LHS = $lhs:ty, RHS = $rhs:ty, Output = $out:ty) => { ... };
}Expand description
Define borrow and non-borrow variants of Mul.
macro_rules! define_mul_variants {
(LHS = $lhs:ty, RHS = $rhs:ty, Output = $out:ty) => { ... };
}Define borrow and non-borrow variants of Mul.