Trait as_num::TSignedInt [] [src]

pub trait TSignedInt: Sized + Copy {
    fn min() -> i64;
    fn max() -> i64;
}

Required Methods

Implementors