Trait CastInto

pub trait CastInto<T: Copy>: Copy

Lossy as casting between two types.

Required Methods

fn cast(self) -> T

Implementors