Trait nalgebra::core::dimension::NamedDim
[−]
[src]
pub trait NamedDim: Sized + Any + Unsigned {
type Name: DimName<Value = Self>;
}