Module item

Source

Structs§

DefaultProcessor
A default implementation of the ItemProcessor trait.

Traits§

ItemProcessor
A trait for processing items.
ItemReader
A trait for reading items.
ItemWriter
A trait for writing items.

Type Aliases§

ItemProcessorResult
Represents the result of processing an item by the processor.
ItemReaderResult
Represents the result of reading an item from the reader.
ItemWriterResult
Represents the result of writing items by the writer.