Skip to main content

MiddlewareFuture

Type Alias MiddlewareFuture 

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

Type alias for the boxed future returned by middleware

Aliased Typeยง

pub struct MiddlewareFuture { /* private fields */ }