pub type SharedNode<C> = Node<Arc<Mutex<C>>>;
A node returned by Node::shared.
Node::shared
pub struct SharedNode<C> { /* private fields */ }
Returns the shared node’s value, recalculating it if needed.