impl_rem

Macro impl_rem 

Source
macro_rules! impl_rem {
    ($(@($($params:tt)+):)? $l:ty , $r:ty => $o:ty $(where $($bounds:tt)+)?) => { ... };
}