Instance Method
decode(_:using:)
func decode<D>(_ decodable: D.Type, using decoder: any URLQueryDecoder) throws -> D where D : Decodable
Instance Method
func decode<D>(_ decodable: D.Type, using decoder: any URLQueryDecoder) throws -> D where D : Decodable