pub trait DimNameMax<D>: DimName where
    D: DimName
{ type Output: DimName; fn max(self, other: D) -> Self::Output; }

Required Associated Types

Required Methods

Implementors