pub trait ToI64 { // Required method fn to_i64(self) -> i64; }
Used for ecf::to_i64() overloading
ecf::to_i64()
Purpose of trait