node_tree

Module traits

source

Modulesยง

  • Provides the Instanceable trait which marks objects that can be represented in the NodeTree as nodes.
  • Stores important traits required to create a fully-fledged Node type, such as NodeAbstractand Node.
  • Provides the NodeGetter trait which is implemented for types that can be interpreted as node addresses in the tree.
  • Stores important traits required to create a fully-fledged NodeTree inherited type.