Module tree

Source
Expand description

Module containing Tree struct that is a tree representation of all structs implementing TreeItem trait. It is made using an index vector to hold the data and another vector to hold the parent child relationships between those nodes.

Structs§

NodeItem
Tree
TreeIndex
TreeNode

Traits§

TreeItem