Trait truncate_integer::Chop[][src]

pub trait Chop<T> {
    fn chop(self) -> T;
}

Required methods

Perform panicking truncation

If the value fits into the target type, return that value. Otherwise, panic.

Implementations on Foreign Types

Implementors