Skip to main content

Module processor

Module processor 

Source
Expand description

The NodeProcessor trait — the contract every node type must implement. If you’re building a new node (like image compression), you implement this.

Structs§

BatchFile
A single file within a batch input.
BatchInput
Input for batch processors that need all files at once (e.g., merge, zip).
NodeInput
The input data that a node receives for processing.
NodeOutput
The output from a node after processing.
OutputFile
A single output file produced by a node.

Traits§

NodeProcessor
The contract that every node type must implement.