type Itemtype Error: Errortype ParStream: ParallelStream<Item = Result<Self::Item, Self::Error>>type DistStream: DistributedStream<Item = Result<Self::Item, Self::Error>>fn par_stream(self) -> Self::ParStreamfn dist_stream(self) -> Self::DistStream