Case
URLEncodedFormDecoder.Configuration.DateDecodingStrategy.custom(_:)
Invokes a custom callback to decode values when a date is requested.
case custom(@Sendable (any Decoder) throws -> Date)
Case
case custom(@Sendable (any Decoder) throws -> Date)