Objects that can be iterated over.
impl<'a> Iterator for MsgIter<'a> { type Item = (&'a MsgHeader, &'a [u8]); }