pub trait ToConst {
    type Const: DimName;
}

Required Associated Types

Implementations on Foreign Types

Implementors