You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What
Add support for conversions from &Vec<T>, &Map<>, String, etc to Val.
### Why
All SDK types should be convertible to `Val` either from an owned value,
e.g. `Vec<T>`, or from a borrowed value, e.g. `&Vec<T>`.
Close#1500
0 commit comments