pub trait ToU64 { // Required method fn to_u64(self) -> u64; }
Infallibly convert usize to u64.
usize
u64