pub type GatewayMiddlewareFuture = LocalBoxFuture<'static, HttpResponse>;Expand description
The boxed future returned by application-defined upstream middleware.
Aliased Typeยง
pub struct GatewayMiddlewareFuture { /* private fields */ }pub type GatewayMiddlewareFuture = LocalBoxFuture<'static, HttpResponse>;The boxed future returned by application-defined upstream middleware.
pub struct GatewayMiddlewareFuture { /* private fields */ }