[−][src]Type Definition tokio_io::IoFuture
type IoFuture<T> = Box<dyn Future<Item = T, Error = Error> + Send>;
A convenience typedef around a Future
whose error component is io::Error
type IoFuture<T> = Box<dyn Future<Item = T, Error = Error> + Send>;
A convenience typedef around a Future
whose error component is io::Error