Module bounded

Module bounded 

Source
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 N less significant bits of the wrapped type to be encoded.

Traits§

TryIntoBounded
Trait similar to TryInto but for Bounded, to avoid conflicting implementations.