pub type TribitBytes<T> = SubByteIter<TribitByteParams, T>;
Expand description
Groups tribits into full bytes. The source must be a multiple of 8 tribits.
Aliased Typeยง
pub struct TribitBytes<T> { /* private fields */ }
pub type TribitBytes<T> = SubByteIter<TribitByteParams, T>;
Groups tribits into full bytes. The source must be a multiple of 8 tribits.
pub struct TribitBytes<T> { /* private fields */ }