Type Alias Iter

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

Aliased Typeยง

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