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

Required Associated Types§

Implementations on Foreign Types§

Implementors§