Module node

Module node 

Source
Expand description

Module providing foundational structures for building chains.

This module defines a Node trait for asynchronous operations and constructs (Link and End) to create chains of these operations.

Structs§

NoOpNode
A no-op node that passes input through unchanged.

Traits§

Node
Represents a node that can process an input to produce an output.