irox_units

Macro basic_unit

Source
macro_rules! basic_unit {
    ($struct_type:ident, $units_type: ident, $default_units: ident) => { ... };
}