Trait CastInto
pub trait CastInto<T: Copy>: Copy
Lossy as casting between two types.
Required Methods
fn cast(self) -> T
CastIntopub trait CastInto<T: Copy>: Copy
Lossy as casting between two types.
fn cast(self) -> T