Avatar
そうですね。これができる。 struct S<T>: P {} extension CustomErrorConvertible { func foo() -> some P { return S<Self>() } }