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

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

Quantity type alias using the default base units.