Trait na::DimSub

source · []
pub trait DimSub<D>: Dim where
    D: Dim
{ type Output: Dim; fn sub(self, other: D) -> Self::Output; }

Required Associated Types

Required Methods

Implementors