pub type NodeId = ArborId;
Unique identifier for a node within a tree
pub struct NodeId(/* private fields */);