[][src]Trait gt_graph::InterChangeUsize

pub trait InterChangeUsize {
    fn to_usize(&self) -> usize;
fn from_usize(val: usize) -> Self; }

Required methods

fn to_usize(&self) -> usize

fn from_usize(val: usize) -> Self

Loading content...

Implementations on Foreign Types

impl InterChangeUsize for u8[src]

impl InterChangeUsize for u16[src]

impl InterChangeUsize for u32[src]

impl InterChangeUsize for u64[src]

Loading content...

Implementors

Loading content...