Type Definition tokio_io::IoFuture [] [src]

type IoFuture<T> = Box<Future<Item = T, Error = Error> + Send>;
[]

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