Macro impl_div_with_self

Source
macro_rules! impl_div_with_self {
    ($lhs:ty, $res:ty, $res_type:ident) => { ... };
}