pub type NodeRef<'a> = &'a Arc<Node>;
A way that Nodes are often passed and accessed in the driver’s code.