Trait as_num::UnsignedInt [] [src]

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

Required Methods

Implementors