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