Skip to main content

UnsignedPrimitive

Trait UnsignedPrimitive 

Source
pub trait UnsignedPrimitive: IntPrimitive + Unsigned { }
Expand description

Built-in unsigned integer type used for exact interval measures.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T> UnsignedPrimitive for T
where T: IntPrimitive + Unsigned,