Trait dimensioned::dimensioned::PowerDim
[−]
[src]
pub trait PowerDim<RHS>: Dimension {
type Output;
}This trait allows us to take a dimensioned object to a power given by a peano number
Associated Types
type Output
Implementors
impl<Meter, Kilogram, Second, Ampere, Kelvin, Candela, Mole, RHS> PowerDim<RHS> for SI<Meter, Kilogram, Second, Ampere, Kelvin, Candela, Mole> where Meter: Peano + MulPeano<RHS>, Kilogram: Peano + MulPeano<RHS>, Second: Peano + MulPeano<RHS>, Ampere: Peano + MulPeano<RHS>, Kelvin: Peano + MulPeano<RHS>, Candela: Peano + MulPeano<RHS>, Mole: Peano + MulPeano<RHS>, RHS: Peanoimpl<Centimeter, Gram, Second, RHS> PowerDim<RHS> for CGS<Centimeter, Gram, Second> where Centimeter: Peano + MulPeano<RHS>, Gram: Peano + MulPeano<RHS>, Second: Peano + MulPeano<RHS>, RHS: Peano