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

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

Quantity type alias using the default base units.