Trait usize_conversions::UsizeInto [] [src]

pub trait UsizeInto<T>: Sized {
    fn into(self) -> T;
}

Additional into conversions for usize.

Required Methods

Performs the conversion.

Implementors