Trait nalgebra::base::dimension::NamedDim[][src]

pub trait NamedDim: Sized + Any + Unsigned {
    type Name: DimName<Value = Self>;
}

Associated Types

Implementations on Foreign Types

Implementors