pub type ComponentNodeTree = Arena<ComponentNode>;
Expand description
A tree of component nodes, using indextree::Arena
for storage.
Aliased Typeยง
pub struct ComponentNodeTree { /* private fields */ }
pub type ComponentNodeTree = Arena<ComponentNode>;
A tree of component nodes, using indextree::Arena
for storage.
pub struct ComponentNodeTree { /* private fields */ }