logo
pub trait DimAdd<D: Dimension> {
    type Output: Dimension;
}
Expand description

Adds the two dimensions at compile time.

Required Associated Types

The sum of the two dimensions.

Implementors