pub type Tribits<T> = SubByteIter<TribitParams, T>;Expand description
Iterates over the 3-bit symbols of a byte source, MSB to LSB. The source must be a multiple of 3 bytes.
Aliased Typeยง
pub struct Tribits<T> { /* private fields */ }pub type Tribits<T> = SubByteIter<TribitParams, T>;Iterates over the 3-bit symbols of a byte source, MSB to LSB. The source must be a multiple of 3 bytes.
pub struct Tribits<T> { /* private fields */ }