Enumeration Case 列挙ケース

JSONDecoder.DataDecodingStrategy.custom(_:)

The strategy that decodes data using a user-defined function. ユーザ定義の関数を使ってデータをデコードする戦略。

Declaration 宣言

case custom((_ decoder: Decoder) throws -> Data)