Type Alias Iter

Source
pub type Iter<'a, V, E> = Iter<'a, V, E, E>;
Expand description

The Iterator associated with the Tree

Aliased Typeยง

pub struct Iter<'a, V, E>(/* private fields */);