pub trait AsIsize { // Required method fn as_isize(self) -> isize; }
A trait for converting to isize.
isize