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