pub type Iter<'a, V, E> = Iter<'a, V, E, E>;
The Iterator associated with the Tree
pub struct Iter<'a, V, E>(/* private fields */);