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

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

Quantity type alias using the default base units.