Type Alias ringbuf::traits::consumer::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 */ }