pub trait LutType<T> { type Table: AsRef<[T]> + ?Sized; }
Represents the storage method for a lookup table.
The concrete storage type for any value type T.
T
alloc