Trait as_num::UnsignedInt

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

Required Methods

Implementations on Foreign Types

Implementors