Crate ntree_rs

source ·
Expand description

Traversable node definition

Macros

Structs

  • Represents the minimum unit in a tree, containing a value of type T and all those nodes children of the node itself, if any.