Trait nalgebra::base::dimension::DimNameSub [−][src]
pub trait DimNameSub<D: DimName>: DimName { type Output: DimName; fn sub(self, other: D) -> Self::Output; }
Associated Types
Loading content...Required methods
Loading content...Implementors
Loading content...