Module woodland::prelude[][src]

Expand description

The prelude is a collection of all the traits in this crate

Traits

BinaryNodeOperations

Defines all the common operations that must be supported for Binary Nodes, i.e., ones with a left and right child

IterativeTreeOperations

Defines all the iterator traversal operations that must be supported to be defined as an iterative tree.

NodeOperations

Defines all the common operations that must be supported for any node

TreeOperations

Defines all the common operations that must be supported for any tree.