Trait rin::math::DimNameAdd [−][src]
pub trait DimNameAdd<D>: DimName where
D: DimName, { type Output: DimName; pub fn add(self, other: D) -> Self::Output; }
Associated Types
Loading content...Required methods
Loading content...Implementors
Loading content...