Type Definition ezomyte::Future [] [src]

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

Type of futures produced by the client.