[][src]Trait stack::ArrayIndex

pub trait ArrayIndex: Sized + Copy + Clone + Default + Hash + Debug + PartialEq + Eq + PartialOrd + Ord {
    fn to_usize(self) -> usize;
fn from_usize(u: usize) -> Self; }

Required methods

fn to_usize(self) -> usize

fn from_usize(u: usize) -> Self

Loading content...

Implementations on Foreign Types

impl ArrayIndex for u8[src]

impl ArrayIndex for u16[src]

impl ArrayIndex for u32[src]

Loading content...

Implementors

Loading content...