Trait ratsat::intmap::AsIndex [] [src]

pub trait AsIndex: Copy {
    fn as_index(self) -> usize;
fn from_index(index: usize) -> Self; }

Required Methods

Implementors