impl_mul

Macro impl_mul 

Source
macro_rules! impl_mul {
    ($output:ty, $lhs:ty, $rhs:ty) => { ... };
}
Expand description

output = lhs * rhs