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

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

International System of Units (SI).

ยงGeneric Parameters

  • V: Underlying storage type.