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

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

Quantity type alias using the default base units.