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

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

Quantity type alias using the default base units.