UnsignedIntDType

Trait UnsignedIntDType 

Source
pub trait UnsignedIntDType: IntDType + Unsigned { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl UnsignedIntDType for u8

Source§

impl UnsignedIntDType for u16

Source§

impl UnsignedIntDType for u32

Source§

impl UnsignedIntDType for usize

Implementors§