pub trait PrimUint: Sized + Debug + PrimInt + Unsigned + Integer { }

Implementations on Foreign Types§

source§

impl PrimUint for u16

source§

impl PrimUint for u64

source§

impl PrimUint for u128

source§

impl PrimUint for u32

source§

impl PrimUint for u8

Implementors§