pub trait Truncated { // Provided method fn truncated<T>(self) -> T where Self: Truncate<T> { ... } }
Helper trait for Truncate to be used with turbofish syntax
Truncate
Truncates this type