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

type ElectricCharge = Quantity<dyn Dimension<T = PInt<UInt<UTerm, B1>>, L = Z0, Kind = dyn Kind + 'static, Th = Z0, J = Z0, I = PInt<UInt<UTerm, B1>>, 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.