Expand description
This module provides a hierarchy of nodes and iterators over them
Structs§
- Hierarchy
- A hierarchy of nodes, each of which has a data of the type of the tree
- Node
- A node in the hierarchy
- Node
Enum - An iterator structure to permit iteration over a hierarchy of nodes
- Node
Iter - An iterator over part of a Hierarchy that returns a reference to the node as it traverses
- Recipe
- Create a recipe from traversing a hierarchy from a node
Enums§
- Node
Enum Op - This enumeration is used as a node hierarchy is enumerated: a node is pushed into, then children are pushed/popped, then the node is popped.