Type Alias HexbitBytes

Source
pub type HexbitBytes<T> = SubByteIter<HexbitByteParams, T>;
Expand description

Groups hexbits into full bytes. The source must be a multiple of 6 hexbits.

Aliased Typeยง

pub struct HexbitBytes<T> { /* private fields */ }