pub trait Bounded { const BITS: usize; const BYTES: usize; }
Integers whose representation takes a bounded amount of space.
Size of this integer in bits.
Size of this integer in bytes.