[][src]Type Definition grin_api::ResponseFuture

type ResponseFuture = Pin<Box<dyn Future<Output = Result<Response<Body>, Error>> + Send>>;