Type Definition rusoto_core::request::DispatchSignedRequestFuture [−][src]
type DispatchSignedRequestFuture = Pin<Box<dyn Future<Output = Result<HttpResponse, HttpDispatchError>> + Send>>;
Type returned from dispatch
for a DispatchSignedRequest
implementor