pub trait DimName: Dim { const USIZE: usize; fn name() -> Self; fn dim() -> usize; }
Trait implemented exclusively by type-level integers.
The name of this dimension, i.e., the singleton Self.
Self
The value of this dimension.