impl_sub

Macro impl_sub 

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