Trait int::UInt

source ·
pub trait UIntwhere
    Self: AsPrimitive<u8> + Eq + SubAssign<Self> + AddAssign + Shl<u8, Output = Self> + ShrAssign<u8>,
{ const _0: Self; const _1: Self; fn from_u8(v: u8) -> Self; }

Required Associated Constants§

Required Methods§

Implementations on Foreign Types§

Implementors§