Trait dumbmath::util::CastF32 [] [src]

pub trait CastF32 {
    fn as_f32(self) -> f32;
}

Convert a numeric type to an f32

Required Methods

fn as_f32(self) -> f32

Implementors