Crate forests [] [src]

Structs

Forest

A growable forest type.

Iter

Immutable forest bidirectional iterator and navigator.

IterMut

Mutable forest bidirectional iterator and navigator.

Values

Helper iterator that returns only the borrowed node value.

forest

A dynamic sized type representing a forest with a contiguous region.

node

A marker for a position in a forest.

Enums

IterMode
IterMovement
NavigateDir
SeekPos

Traits

BiIterator
Navigator