pub(crate) trait NarrowerThan<T> {
    fn truncate_from(wide: T) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors