[][src]Trait skew_forest::Index

pub trait Index: Copy + Default + Hash + Ord + Debug + 'static {
    fn new(value: usize) -> Self;
fn try_new(value: usize) -> Option<Self>;
fn index(&self) -> usize; }

A type that can be used as a numeric index.

Required methods

fn new(value: usize) -> Self

fn try_new(value: usize) -> Option<Self>

fn index(&self) -> usize

Loading content...

Implementations on Foreign Types

impl Index for u8[src]

impl Index for u16[src]

impl Index for u32[src]

impl Index for u64[src]

impl Index for usize[src]

Loading content...

Implementors

Loading content...