pub type Node = Node<NodeKind>;
Alias for rctree::Node<NodeKind>.
rctree::Node<NodeKind>
struct Node(/* private fields */);