pub type IoStream<T> = Box<dyn Stream<Item = T, Error = Error> + Send>;
A convenience typedef around a Stream whose error component is io::Error
Stream
io::Error