[][src]Type Definition heim_common::units::Ratio

type Ratio = Quantity<dyn Dimension<Kind = dyn Kind + 'static, M = Z0, Th = Z0, L = Z0, I = Z0, T = Z0, N = Z0, J = Z0> + 'static, dyn Units<f32, electric_current = ampere, thermodynamic_temperature = kelvin, luminous_intensity = candela, mass = kilogram, length = meter, amount_of_substance = mole, time = second> + 'static, f32>;

Quantity type alias using the default base units.