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

Required methods

Implementations on Foreign Types

Implementors