[][src]Trait gf::support::convert::IntoUsize

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

A Copy value that can be converted to usize.

Required methods

fn into_usize(self) -> usize

Perform the conversion.

Loading content...

Implementations on Foreign Types

impl IntoUsize for bool[src]

impl IntoUsize for u8[src]

impl IntoUsize for u16[src]

impl IntoUsize for u32[src]

impl IntoUsize for usize[src]

Loading content...

Implementors

impl IntoUsize for VarSize[src]

Loading content...