macro_rules! sub_impl {
    ($a:ident - $b:ident -> $c:ident) => { ... };
}Expand description
Implement the Sub trait based on existing Neg and Add impls.
macro_rules! sub_impl {
    ($a:ident - $b:ident -> $c:ident) => { ... };
}Implement the Sub trait based on existing Neg and Add impls.