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.