initSidebarItems({"enum":[["NodeEdge",""]],"struct":[["Ancestors","An iterator of references to the ancestors a given node."],["Arena","An arena allocators for tree nodes."],["Children","An iterator of references to the children of a given node."],["Descendants","An iterator of references to a given node and its descendants, in tree order."],["FollowingSiblings","An iterator of references to the siblings after a given node."],["NodeRef","A reference to a node holding a value of type `T`. Nodes form a tree."],["PrecedingSiblings","An iterator of references to the siblings before a given node."],["Ref","Wraps a `std::cell::Ref` for a node’s data."],["RefMut","Wraps a `std::cell::RefMut` for a node’s data."],["ReverseChildren","An iterator of references to the children of a given node, in reverse order."],["ReverseTraverse","An iterator of references to a given node and its descendants, in reverse tree order."],["Traverse","An iterator of references to a given node and its descendants, in tree order."]]});