Skip to main content

NodeRef

Type Alias NodeRef 

Source
pub type NodeRef<'a> = &'a Arc<Node>;
Expand description

A way that Nodes are often passed and accessed in the driver’s code.