Expand description
Implementation of Bounded, a wrapper around integer types limiting the number of bits
usable for value representation.
Structs§
- Bounded
- An integer value that requires only the
Nless significant bits of the wrapped type to be encoded.
Traits§
- TryInto
Bounded - Trait similar to
TryIntobut forBounded, to avoid conflicting implementations.