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

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

Quantity type alias using the default base units.