[][src]Module trees::node

Composed of data and a list of its child Nodes.

Can be converted to RcNode, which has shared ownership.

Structs

Node

Composed of data and a list of its child Nodes. Size infomation tracked.