Module prelude

Source
Expand description

A module to re-export the necessary types for the tree data structure.

Structs§

Node
A node in a tree.
Nodes
An iterator over the nodes in a tree.
Tree
A tree data structure.

Enums§

NodeRemovalStrategy
The strategy to use when removing a node from the tree.
TraversalStrategy
The strategy to use when traversing the tree.

Type Aliases§

Result
The error type for this crate.
SubTree
A subtree of a tree.