Trait nyx_space::dimensions::DimName[][src]

pub trait DimName: Dim {
    type Value: NamedDim;
    fn name() -> Self;

    fn dim() -> usize { ... }
}
Expand description

Trait implemented exclusively by type-level integers.

Associated Types

Required methods

The name of this dimension, i.e., the singleton Self.

Provided methods

The value of this dimension.

Implementations on Foreign Types

Implementors