pub type FrameIter<'a> = BitIter<Copied<Iter<'a, u8>>>;
An iterator over the contents of a read or write frame which yields bits.
pub struct FrameIter<'a> { /* private fields */ }