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