Type Definition future_utils::IoFuture [] [src]

type IoFuture<T> = Box<Future<Item = T, Error = Error>>;