Crate simple_pipeline

Source

Macros§

ctx_mut
ctx_ref
ctx_take
try_with

Structs§

Pipeline
A sequentially executed pipeline
PipelineResponse
Pipeline response

Enums§

PipelineError
PlugResult
execution result for the plug

Traits§

Plug
plug trait that the building blocks in a pipeline shall implement