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
We already had an SerializeValue impl for Box<T>, and for &str. The
problem is that Box<str>, as you can see, contains str instead of &str,
so the Box SerializeValue impl could not use that.
0 commit comments