Type Alias ringbuf::traits::consumer::Iter

source ·
pub type Iter<'a, C: Consumer> = Chain<Iter<'a, C::Item>, Iter<'a, C::Item>>;
Expand description

Iterator over ring buffer contents.

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

Aliased Type§

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