Trait rtools::math::IntoF32

source ·
pub trait IntoF32: Copy + Sized + Sync + Send + 'static {
    fn into_f32(self) -> f32;
}

Required Methods§

Implementations on Foreign Types§

Implementors§