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.