Type Definition tokio_io::IoFuture

source ·
pub type IoFuture<T> = Box<dyn Future<Item = T, Error = Error> + Send>;
Expand description

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