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

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

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