Struct gimli::EntriesTreeIter [] [src]

pub struct EntriesTreeIter<'abbrev, 'unit, 'tree, R> where
    'abbrev: 'tree,
    'unit: 'tree,
    R: Reader + 'unit, 
{ /* fields omitted */ }

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.

Methods

impl<'abbrev, 'unit, 'tree, R: Reader> EntriesTreeIter<'abbrev, 'unit, 'tree, R>
[src]

Returns an EntriesTreeNode for the next child entry.

Returns None if there are no more children.

Trait Implementations

impl<'abbrev, 'unit, 'tree, R: Debug> Debug for EntriesTreeIter<'abbrev, 'unit, 'tree, R> where
    'abbrev: 'tree,
    'unit: 'tree,
    R: Reader + 'unit, 
[src]

Formats the value using the given formatter.