Trait mash::index::Index[][src]

pub trait Index: Copy + Into<u64> {
    fn from_u64(v: u64) -> Result<Self, Error>;
}

A value which can act as an array index.

Required methods

fn from_u64(v: u64) -> Result<Self, Error>[src]

Loading content...

Implementations on Foreign Types

impl Index for u64[src]

impl Index for u32[src]

impl Index for u16[src]

impl Index for u8[src]

Loading content...

Implementors

Loading content...