pub trait BackingIndex {
    fn to_usize(&self) -> usize;
}

Required methods

Implementations on Foreign Types

Implementors