ResponseFuture

Type Alias ResponseFuture 

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

A future that returns Response.

Aliased Typeยง

pub struct ResponseFuture { /* private fields */ }