Iter

Type Alias Iter 

Source
pub type Iter<'a, C>
where C: Consumer,
= Chain<Iter<'a, <C as Observer>::Item>, Iter<'a, <C as Observer>::Item>>;
Expand description

Iterator over ring buffer contents.

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

Aliased Typeยง

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