Trait Cast
float
pub trait Cast<T> { fn cast(self) -> T; }
Casts into another type.
fn cast(self) -> T
Casts into other type.
impl Cast<f32> for f64
fn cast(self) -> f32
impl Cast<f64> for f32
fn cast(self) -> f64
impl Cast<f32> for f32
impl Cast<f64> for f64