pub trait ToU128 { // Required method fn to_u128(self) -> u128; }
Infallibly convert usize to u128.
usize
u128