Type Definition tokio_core::io::IoStream [] [src]

type IoStream<T> = BoxStream<T, Error>;
Deprecated

: moved to the tokio-io crate

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