[][src]Type Definition ringbuffer::IterMut

type IterMut<'a, T> = Chain<SliceIterMut<'a, T>, SliceIterMut<'a, T>>;

The type returned by iter_mut.