Type Definition code_rs::bits::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.
pub type HexbitBytes<T> = SubByteIter<HexbitByteParams, T>;
Groups hexbits into full bytes. The source must be a multiple of 6 hexbits.