pub(crate) trait CastInto<T: Copy>: Copy { // Required method fn cast(self) -> T; }
Trait to express (possibly lossy) casting of integers