trait ResponseT<'tcx> { // Required method fn var_values(&self) -> CanonicalVarValues<TyCtxt<'tcx>>; }