pub type IterMut<'a, T> = Chain<Rev<IterMut<'a, T>>, Rev<IterMut<'a, T>>>;
A mutable iterator over CircularQueue<T>.
CircularQueue<T>
pub struct IterMut<'a, T> { /* private fields */ }