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

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