Expand description
The Node trait — what every operation in the graph implements.
Traits§
- Node
- One operation in the DAG. Stored as
Box<dyn Node>insidecrate::Graph; the graph never mutates a node after construction.
The Node trait — what every operation in the graph implements.
Box<dyn Node> inside
crate::Graph; the graph never mutates a node after construction.