impl_mul

Macro impl_mul 

Source
macro_rules! impl_mul {
    ($(impl Mul<$Other:ty> for $Self:ty;)*) => { ... };
}