Skip to main content

Module step

Module step 

Source
Expand description

A step is a simple action.

Modules§

eraser
Erase the content of the crate::connector.
generator
Generate an empty crate::DataResult that you can enrich with the crate::step::Transformer.
reader
Read the content of a crate::document through a crate::connector.
referential
transformer
Read the data from the input queue and transform it.
validator
Check the consistancy of the data.
writer
Write data into the crate::document through the crate::connector.

Enums§

StepType

Traits§

Step
StepClone