pub type Node<'a> = NodeRef<'a>;
pub struct Node<'a> { pub id: NodeId, pub tree: &'a Tree, }
id: NodeId
tree: &'a Tree