logo
pub type DispatchSignedRequestFuture = Pin<Box<dyn Future<Output = Result<HttpResponse, HttpDispatchError>> + Send>>;
Expand description

Type returned from dispatch for a DispatchSignedRequest implementor