Trait as_num::SignedInt [] [src]

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

Required Methods

Implementors