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