Trait as_num::SignedInt

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

Required Methods

Implementations on Foreign Types

Implementors