Type Alias DibitBytes

Source
pub type DibitBytes<T> = SubByteIter<DibitByteParams, T>;
Expand description

Groups dibits into full bytes. The source must be a multiple of 4 dibits.

Aliased Typeยง

struct DibitBytes<T> { /* private fields */ }