Skip to main content

ResponseFuture

Type Alias ResponseFuture 

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

A pinned, boxed future producing an HTTP response.

Aliased Typeยง

pub struct ResponseFuture { /* private fields */ }