Trait rin_math::DimAdd [−][src]
pub trait DimAdd<D>: Dim where
D: Dim, { type Output: Dim; pub fn add(self, other: D) -> Self::Output; }
pub trait DimAdd<D>: Dim where
D: Dim, { type Output: Dim; pub fn add(self, other: D) -> Self::Output; }