Module tree

Source
Expand description

The looping tree-like data struture.

Structs§

Node
A node in a Tree. Contains the key of its parent node (which can potentially be its own key), as well as a value.
Tree
A looping-enabled nested tree data structure for use in Parade. Keys must be globally unique, and there is no automatic balancing. There is no root node, and nodes can contain themselves or their ancestors. This probably makes “tree” an inaccurate term.

Enums§

Error
The errors that can occur when interacting with a Tree.