pub trait Truncate<T> { // Required method fn truncate(self) -> T; }
Safely truncate an unsigned integer value to shorter representation