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

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

Quantity type alias using the default base units.