Macro mul_impl

Source
macro_rules! mul_impl {
    ($($t:ty)*) => { ... };
}