supports_quantity_ops

Macro supports_quantity_ops 

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