pub type Node<D> = Arc<NodeInner<D>>;
Strong atomic reference counted node.
pub struct Node<D> { /* private fields */ }