Expand description
Contains helper traits to work with Nodes.
Traitsยง
- Into
Attributes - Helper trait to transform an struct into an Iterator of Key-Value pairs for the attributes of a [
Node
]. - Into
Childs - Helper trait to transform an struct into an Iterator of nodes for the childs of a [
Node
].