Type Definition modio::Future[][src]

type Future<T> = Box<StdFuture<Item = T, Error = Error> + Send>;