Module and_then

Module and_then 

Source
Expand description

combinator for sequential workflow execution.

Structsยง

AndThen
A layer that represents an and_then step in the workflow.
AndThenService
The service implementation for the AndThen step.
AndThenStep
The step implementation for the AndThen layer.