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