pub trait CastInto<T>: CastIntoComposite<T, Output = T> { }Expand description
Might lose some precision.
Same semantics as the as keyword: 4f32 as u64
pub trait CastInto<T>: CastIntoComposite<T, Output = T> { }Might lose some precision.
Same semantics as the as keyword: 4f32 as u64