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

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

Quantity type alias using the default base units.