Type Definition calc_graph::SharedNode[][src]

type SharedNode<C> = Node<Arc<Mutex<C>>>;

A node returned by Node::shared.

Methods

impl<C: Calc> SharedNode<C>
[src]

Returns the shared node's value, recalculating it if needed.