Closed tigercat2000 closed 3 years ago
Naturally, the elements of the Vec/HashMap also need to implement Into<Value>; plus one snowflake case for HashMap<String, Into<Value>> (since Strings aren't Into) just to make working with hashmaps a little easier.
Into<Value>
HashMap<String, Into<Value>>
I'll check this tomorrow
All seems simple enough anyway. We don't push out new debugger releases for a change like this so there's no reason to not merge it.
Once CI runs.
Naturally, the elements of the Vec/HashMap also need to implement) just to make working with hashmaps a little easier.
Into<Value>
; plus one snowflake case forHashMap<String, Into<Value>>
(since Strings aren't Into