enum E: RawRepresentable { typealias RawValue = MyProtocol case x = MyProtocolImpl1() case y = MyProtocolImpl2() }