Type Alias NodeRef

Source
pub type NodeRef<T> = Arc<Node<T>>;

Aliased Typeยง

pub struct NodeRef<T> { /* private fields */ }