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 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.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.