Type Definition tokio_io::IoStream
[−]
[src]
type IoStream<T> = BoxStream<T, Error>;
A convenience typedef around a Stream
whose error component is io::Error