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

type Power = Quantity<dyn Dimension<I = Z0, Th = Z0, J = Z0, N = Z0, Kind = dyn Kind + 'static, T = NInt<UInt<UInt<UTerm, B1>, B1>>, L = PInt<UInt<UInt<UTerm, B1>, B0>>, M = PInt<UInt<UTerm, B1>>> + '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.