Trait xias::SmallInt[][src]

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

Required methods

Implementations on Foreign Types

Implementors