Trait usize_conversions::FromUsize [] [src]

pub trait FromUsize: Sized {
    fn from_usize(_: usize) -> Self;
}

Convert a type from usize.

Required Methods

Performs the conversion.

Implementors