Trait xias::TruncInt[][src]

pub trait TruncInt<T>: Sized {
    fn trunc_int(self) -> T;
}
Expand description

Required methods

Implementations on Foreign Types

Implementors