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 */ }
pub type HexbitBytes<T> = SubByteIter<HexbitByteParams, T>;
Groups hexbits into full bytes. The source must be a multiple of 6 hexbits.
pub struct HexbitBytes<T> { /* private fields */ }