Module node

Module node 

Source

Structs§

Node
A node in a tree.

Enums§

DeleteStrategy
The strategy to use when deleting a node.
NodeId
The ID of a node in a tree. Strings can be made into NodeIds using the into() method, and NodeIds can be converted back into strings using the to_string() method.

Traits§

NodeApi
A trait for objects that can behave like a node in a tree; this is implemented for Node and Tree. When these methods are used on a Tree, they behave as if they were called on the root node.