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 */ }