Trait as_num::UnsignedInt[][src]

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

Required Methods

Implementations on Foreign Types

impl UnsignedInt for u8
[src]

impl UnsignedInt for u16
[src]

impl UnsignedInt for u32
[src]

impl UnsignedInt for u64
[src]

impl UnsignedInt for usize
[src]

Implementors