Macro impl_quantity

Source
macro_rules! impl_quantity {
    ($type:ident, $unit:ty, $display_unit:expr) => { ... };
}