[][src]Type Definition tokio_io::IoStream

type IoStream<T> = Box<dyn Stream<Item = T, Error = Error> + Send>;

A convenience typedef around a Stream whose error component is io::Error