Trait fructose::cast::FromF32[][src]

pub trait FromF32 {
    fn from_f32(num: f32) -> Self;
}

Required methods

fn from_f32(num: f32) -> Self[src]

Loading content...

Implementations on Foreign Types

impl FromF32 for f32[src]

impl FromF32 for f64[src]

Loading content...

Implementors

Loading content...