pub trait TruncatingCast: Sized {
    fn truncating_cast<T: TruncatingCastFrom<Self>>(self) -> T { ... }
}

Provided Methods

Implementations on Foreign Types

Implementors