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

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

Quantity type alias using the default base units.