pub trait Trim { type Output; // Required method fn trim(self) -> Self::Output; }
Convenience trait. Calls Invert -> TrimTrailingZeros -> Invert
Invert
TrimTrailingZeros