Expand description
The Processor trait: synchronous, sans-IO stage logic.
Structs§
- Decision
- Outcome of
Processor::decide_data/Processor::decide_system: a disposition for the input frame plus zero or more effects to emit.
Enums§
- Disposition
- What happens to the frame that
Processor::decide_dataorProcessor::decide_systemjust received.
Traits§
- Processor
- The pure core of a stage.