[][src]Trait usize_cast::IntoUsize

pub trait IntoUsize {
    fn into_usize(self) -> usize;
}

Required methods

fn into_usize(self) -> usize

Loading content...

Implementors

impl IntoUsize for u16[src]

impl IntoUsize for u32[src]

impl IntoUsize for u64[src]

Loading content...