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
Serde has an rc feature that treats Rc and Arc as cheap pointers to the data within. If the data within can be validated, I suppose it is a trait of some kind, then the Rc<T> also implements the trait. A blanket trait implementation would work well here
The text was updated successfully, but these errors were encountered:
Serde has an
rc
feature that treatsRc
andArc
as cheap pointers to the data within. If the data within can be validated, I suppose it is a trait of some kind, then theRc<T>
also implements the trait. A blanket trait implementation would work well hereThe text was updated successfully, but these errors were encountered: