Trait dimensioned::dimensioned::KeepDim [] [src]

pub trait KeepDim<RHS = Self>: Dimension {
    type Output;
}

This trait enforces that Self and RHS have the same dimensions. It is useful mostly for macros.

Associated Types

type Output

Implementors