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

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

Quantity type alias using the default base units.