pub trait ToI128 { // Required method fn to_i128(self) -> i128; }
Infallibly convert usize or isize to i128.
usize
isize
i128