[][src]Struct gimli::read::EntriesTreeIter

pub struct EntriesTreeIter<'abbrev, 'unit, 'tree, R> where
    'abbrev: 'tree,
    'unit: 'tree,
    R: Reader
{ /* 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]

pub fn next<'me>(
    &'me mut self
) -> Result<Option<EntriesTreeNode<'abbrev, 'unit, 'me, 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
[src]

Auto Trait Implementations

impl<'abbrev, 'unit, 'tree, R> Send for EntriesTreeIter<'abbrev, 'unit, 'tree, R> where
    R: Send + Sync,
    <R as Reader>::Offset: Send + Sync

impl<'abbrev, 'unit, 'tree, R> !Sync for EntriesTreeIter<'abbrev, 'unit, 'tree, R>

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]