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

type IoFuture<T> = BoxFuture<T, Error>;
Deprecated

: moved to the tokio-io crate

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