Type Alias blackbox_log::units::si::SI

pub type SI<V> = dyn Units<V, mass = kilogram, time = second, electric_current = ampere, length = meter, amount_of_substance = mole, thermodynamic_temperature = kelvin, luminous_intensity = candela>;
Expand description

International System of Units (SI).

§Generic Parameters

  • V: Underlying storage type.