pub trait ToF64 { // Required method fn to_f64(self) -> f64; }
Used for ecf::to_f64() overloading
ecf::to_f64()
Purpose of trait