pub type IterMut<'a, C>where
C: Consumer, = Chain<IterMut<'a, <C as Observer>::Item>, IterMut<'a, <C as Observer>::Item>>;Expand description
Mutable iterator over ring buffer contents.
Please do not rely on actual type, it may change in future.
Aliased Typeยง
pub struct IterMut<'a, C>where
C: Consumer,{ /* private fields */ }