ringbuf::traits::consumer

Type Alias IterMut

Source
pub type IterMut<'a, C: Consumer> = Chain<IterMut<'a, C::Item>, IterMut<'a, C::Item>>;
Expand description

Mutable iterator over ring buffer contents.

Please do not rely on actual type, it may change in future.

Aliased Typeยง

struct IterMut<'a, C: Consumer> { /* private fields */ }