impl_rem_assign

Macro impl_rem_assign 

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