Expand description
Reader is used for reading items from datasource (e.g. stdin or command output)
After reading in a line, reader will save an item into the pool(items)
Structs§
- Reader
- Reader for streaming items from commands or other sources
- Reader
Control - Handle for controlling a running reader
Traits§
- Command
Collector - Trait for collecting items from command output