Trait usize_conversions::IntoUsize [] [src]

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

Convert a type to usize.

Required Methods

Performs the conversion.

Implementors