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

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

Quantity type alias using the default base units.