Type Definition lrtable::StIdxStorageT[][src]

type StIdxStorageT = u16;
Expand description

The type of the inner value of an StIdx.

Trait Implementations

impl From<StIdx> for StIdxStorageT[src]

fn from(st: StIdx) -> Self[src]

Performs the conversion.