pub trait ToI64 { // Required method fn to_i64(self) -> i64; }
Infallibly convert isize to i64.
isize
i64