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

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

Quantity type alias using the default base units.