Trait na::DimAdd

source ·
pub trait DimAdd<D>: Dimwhere
    D: Dim,
{ type Output: Dim; fn add(self, other: D) -> Self::Output; }

Required Associated Types§

Required Methods§

Implementors§