pub type ResponseFuture = Pin<Box<dyn Future<Output = Response<BoxBody>> + Send>>;
A pinned, boxed future producing an HTTP response.
pub struct ResponseFuture { /* private fields */ }