Expand description
Defines the interface a node must provide to work with this graph.
Structs§
- Aggregator
- The Aggregator is put “around” some implementation of
Node. It handles waiting for data, edge assignment as well as using default data provided by the nodesdefault()function if no edge is supplied for some port.
Traits§
- Abst
Aggregator - Executable
- Trait that is implemented for nodes without inputs. Can be used to start a graph from some “start” node.
- Node
Functions§
- arc_
node - Creates and arc wrapped Aggregator. Something that’s needed quiet often when connecting nodes by hand.