pub trait Offset { // Required method fn as_offset(&self) -> usize; }
Trait for types that can be used as an array index.
Enable as array index.