Trait contiguous_map::ToIndex [−][src]
Expand description
Trait to convert a type to an index that implements the Key
trait.
This can be implemented in combination with TryFromIndex
to
enable a blanket implementation of the Key
trait.