Struct gimli::read::EntriesTreeIter
source · [−]pub struct EntriesTreeIter<'abbrev, 'unit, 'tree, R: Reader> { /* private fields */ }
Expand description
An iterator that allows traversal of the children of an
EntriesTreeNode
.
The items returned by this iterator are also EntriesTreeNode
s,
which allow recursive traversal of grandchildren, etc.
Implementations
Returns an EntriesTreeNode
for the next child entry.
Returns None
if there are no more children.