Type Alias 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.

Aliased Typeยง

pub struct TribitBytes<T> { /* private fields */ }