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
I think the use of this type can be confusing to users. We should instead use AsRef in public method arguments, and simply return Vec<u8> or String (as appropriate) in return types.
We could continue using ByteString internally, if it is helpful.
Filing this issue as a placeholder and for discussion, this is not urgent, and i'm not planning to do it in the near future.
The text was updated successfully, but these errors were encountered:
I think the use of this type can be confusing to users. We should instead use
AsRef
in public method arguments, and simply returnVec<u8>
orString
(as appropriate) in return types.We could continue using
ByteString
internally, if it is helpful.Filing this issue as a placeholder and for discussion, this is not urgent, and i'm not planning to do it in the near future.
The text was updated successfully, but these errors were encountered: