Trait indexed_vec::Idx[][src]

pub trait Idx: Copy + Eq + Debug + 'static {
    fn new(v: usize) -> Self;
fn index(self) -> usize; }

Required Methods

Implementors