Trait stat::types::F64 [] [src]

pub trait F64 {
    fn f64(&self) -> f64;
}

Required Methods

Implementors