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

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

Quantity type alias using the default base units.