FrameIter

Type Alias FrameIter 

Source
pub type FrameIter<'a> = BitIter<Copied<Iter<'a, u8>>>;
Expand description

An iterator over the contents of a read or write frame which yields bits.

Aliased Typeยง

pub struct FrameIter<'a> { /* private fields */ }