pub trait Unsigned: Copy { const ZERO: Self; }
Unsigned binary types.
0x0
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".