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

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

Quantity type alias using the default base units.