Expand description
A module to re-export the necessary types for the tree data structure.
Structs§
- A node in a tree.
- An iterator over the nodes in a tree.
- A tree data structure.
Enums§
- The strategy to use when removing a node from the tree.
- The strategy to use when traversing the tree.
Type Aliases§
- The error type for this crate.
- A subtree of a tree.