Crate type_flow_macros

Source

Macrosยง

inplace_processor
Creates a stateless, in-place processor that can return an error.
inplace_processor_pipeline
Creates a stateless pipeline of in-place processors.
inplace_stateful_processor
Creates a stateful, in-place processor that can return an error.
inplace_stateful_processor_pipeline
Creates a pipeline of stateful, in-place processors.
processor
Creates a stateless, data-transforming processor struct.
processor_pipeline
Creates a stateless pipeline of processors.
stateful_processor
Creates a stateful processor that maintains its own internal state.
stateful_processor_pipeline
Creates a pipeline of stateful processors.
transform_processor
Creates a stateless processor that transforms data from an input type to an output type.
type_flow_inplace_processor_pipeline
Creates a generic, stateless, in-place processor pipeline.
type_flow_inplace_stateful_processor_pipeline
Creates a generic, stateful, in-place processor pipeline with type-level permutation capabilities.
type_flow_processor_pipeline
Creates a generic, stateless processor pipeline.