Skip to main content

Module compiled

Module compiled 

Source
Expand description

Compiled, executable graph. Implements Runnable<S, S> so a graph composes anywhere a Runnable is expected (including as a node inside another graph).

Structsยง

CompiledGraph
A validated, ready-to-run graph. Cheap to clone (the underlying nodes are Arc<dyn Node<S>>).