Struct gimli::EntriesTreeNode [] [src]

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

A node in the Debugging Information Entry tree.

The root node of a tree can be obtained via EntriesTree::root.

Methods

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

Returns the current entry in the tree.

Create an iterator for the children of the current entry.

The current entry can no longer be accessed after creating the iterator.

Trait Implementations

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

Formats the value using the given formatter.