[][src]Module outils::tree::generic

Generic, general purpose tree data structures.

Re-exports

pub use self::error::TreeError;

Modules

error

TreeError<Ix> is the error type for the operations of the GenericForest trait.

Structs

Forest

Forest<V> is a general purpose data structure for holding a forest of trees. Its tree nodes are held in a memory arena and are addressed through their associated NodeIndex.

Traits

GenericForest

This trait defines the fundamental operations of a generic forest.