Trait vecgenericindex::IndexTrait [] [src]

pub trait IndexTrait {
    fn from_usize(x: usize) -> Self;
fn into_usize(self) -> usize; }

Required Methods

Implementations on Foreign Types

impl IndexTrait for i32
[src]

[src]

[src]

impl IndexTrait for u32
[src]

[src]

[src]

impl IndexTrait for i16
[src]

[src]

[src]

impl IndexTrait for u16
[src]

[src]

[src]

impl IndexTrait for isize
[src]

[src]

[src]

impl IndexTrait for i8
[src]

[src]

[src]

impl IndexTrait for u8
[src]

[src]

[src]

Implementors