pub trait FromF64 {
    fn from_f64(n: f64) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors