macro_rules! impl_quantity_ops {
    ($quantity:ident) => { ... };
}