type FutureResponse<'a> = Pin<Box<dyn Future<Output = Response> + Send + 'a>>;
#[repr(transparent)]struct FutureResponse<'a> { /* private fields */ }