pub type ProcessStream = Pin<Box<dyn Stream<Item = ProcessItem> + Send>>;
Expand description

Alias for a stream of process items