Expand description
A common abstraction of a ‘flat’ tree which tracks the nodes with an ordered map and the set of root nodes.
This pattern is common with implementors of crate::Consume
so is presented here, but is by
no means a feature complete implementation.
Structs§
- A common abstraction of a ‘flat’ tree which tracks the nodes with an ordered map and the set of root nodes.