Type Definition code_rs::bits::TribitBytes
source ·
[−]pub type TribitBytes<T> = SubByteIter<TribitByteParams, T>;
Expand description
Groups tribits into full bytes. The source must be a multiple of 8 tribits.
pub type TribitBytes<T> = SubByteIter<TribitByteParams, T>;
Groups tribits into full bytes. The source must be a multiple of 8 tribits.