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
Adds missing trait derives for the AsString encoding wrapper.
This should allow to restore byte types encoded with the AsString
helper even in places where they specific traits are required
e.g. as key for a HashMap