Module traits

Source
Expand description

Contains helper traits to work with Nodes.

Traitsยง

IntoAttributes
Helper trait to transform an struct into an Iterator of Key-Value pairs for the attributes of a [Node].
IntoChilds
Helper trait to transform an struct into an Iterator of nodes for the childs of a [Node].