Module nb_tree::prelude

source ·

Structs§

  • A path to a [Tree] node A Path is a collection of branches to follow to get to the desired node. An empty Path represents the root of the [Tree].
  • Tree structure with generic node and branch data Each node is linked to its children via branches.

Type Aliases§