Type Alias Iter

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

The “Plain” Tree’s Iterator

Aliased Type§

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