Type Definition calc_graph::BoxNode[][src]

type BoxNode<T> = Node<Box<Calc<Value = T> + Send>>;

A node returned by Node::boxed.