Module node

Module node 

Source
Expand description

This module contains the Node trait and everything related to it.

For details, see the documentation of each item.

Enums§

NodeOutput
Represents the outcome of a node execution, with support for soft failures.

Traits§

BoxedNodeboxed_node
The BoxedNode trait is a dyn compatible wrapper around the Node trait.
Node
The Node trait serves as the core building block.