pub trait DimNameAdd<D>: DimNamewhere
    D: DimName,
{ type Output: DimName; fn add(self, other: D) -> Self::Output; }

Required Associated Types

Required Methods

Implementors