Module iterator

Module iterator 

Source
Expand description

Iterator API for line-by-line tree access.

Structs§

Line
Represents a single line in the rendered tree.
TreeLines
An iterator that yields lines of a rendered tree one at a time.

Traits§

TreeIteratorExt
Extension trait for Tree to provide iterator methods.