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