Objects that can be iterated over.
impl<'a, T> Iterator for RingBufIter<'a, T> where T: 'a, { type Item = &'a T; }