macro_rules! supports_quantity_ops {
($TypeName:ty, $UnitA:path, $UnitB:path) => { ... };
($TypeName:ty, $UnitA:path) => { ... };
}macro_rules! supports_quantity_ops {
($TypeName:ty, $UnitA:path, $UnitB:path) => { ... };
($TypeName:ty, $UnitA:path) => { ... };
}