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