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§
- Batch
File - A single file within a batch input.
- Batch
Input - Input for batch processors that need all files at once (e.g., merge, zip).
- Node
Input - The input data that a node receives for processing.
- Node
Output - The output from a node after processing.
- Output
File - A single output file produced by a node.
Traits§
- Node
Processor - The contract that every node type must implement.