[−][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
type IoStream<T> = Box<dyn Stream<Item = T, Error = Error> + Send>;
A convenience typedef around a Stream
whose error component is io::Error