Module node

Source
Expand description

Flat-tree nodes

Structsยง

Node
An immutable view of the Self::data in the Tree with their NodeId.
NodeId
A node ID into the internal tree.
NodeMut
A mutable view of the Self::data in the Tree with their NodeId.
TreeMut
A mutable reference in the Tree of the NodeId.