Type Alias Iter

Source
pub type Iter<'a> = Enumerate<Iter<'a, Entry>>;

Aliased Typeยง

struct Iter<'a> { /* private fields */ }