Structs§
- Node
- A node in a tree.
Enums§
- Delete
Strategy - The strategy to use when deleting a node.
- NodeId
- The ID of a node in a tree. Strings can be made into
NodeIds using theinto()method, andNodeIds can be converted back into strings using theto_string()method.