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
for roundtrips being possible Cow<'a, T> should be generally preferred to &'a T,
but if only BorshSerialize + BorshSchema are needed, a blanket implementation of BorshSchema shouldn't do any harm...
The text was updated successfully, but these errors were encountered:
for roundtrips being possible
Cow<'a, T>
should be generally preferred to&'a T
,but if only
BorshSerialize
+BorshSchema
are needed, a blanket implementation ofBorshSchema
shouldn't do any harm...The text was updated successfully, but these errors were encountered: