Iter

Type Alias Iter 

Source
pub type Iter<'t, T> = Take<IterCircular<'t, T>>;

Aliased Typeยง

pub struct Iter<'t, T> { /* private fields */ }