Skip to main content

MiddlewareFuture

Type Alias MiddlewareFuture 

Source
pub type MiddlewareFuture<'a> = Pin<Box<dyn Future<Output = Response<JcBody>> + Send + 'a>>;
Expand description

Boxed future returned by middleware. The lifetime ties to the request.

Aliased Typeยง

pub struct MiddlewareFuture<'a> { /* private fields */ }