[][src]Trait indexed_vec::Idx

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

Required methods

fn new(v: usize) -> Self

fn index(self) -> usize

Loading content...

Implementors

Loading content...