Trait ToF64

pub trait ToF64 {
    // Required method
    fn to_f64(self) -> Option<f64>;
}

Required Methods§

fn to_f64(self) -> Option<f64>

Implementations on Foreign Types§

§

impl ToF64 for Option<Value>

§

fn to_f64(self) -> Option<f64>

Implementors§