当我尝试将Self用作作为协议(protocol)一部分的通用函数中的where子句的一部分时,我遇到了一个问题。例如,假设我定义了这个协议(protocol)和这个通用函数:protocolAnimal{associatedtypeFoodSourcefunceat(_food:FoodSource)}//ThewhereclausespecifiesthatT2mustconformto//whatevertypeisT1'sFoodSourceassociatedtypefuncfeed(animal:T1,food:T2)whereT2==T1.FoodSource{anima