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
To do so and actually make use of it like so, I have to add + Clone to all of my P: archery::SharedPointerKinds which results in an error because RcK & ArcK are not Clone.
Thank you for the excellent library!
The text was updated successfully, but these errors were encountered:
I don't yet know enough to be able to determine whether this would break invariants that must be upheld.
Would it be possible & feasible to do this so that
RcK
&ArcK
implClone
?I have a type (
Value
) and would like to derive/implClone
for it:To do so and actually make use of it like so, I have to add
+ Clone
to all of myP: archery::SharedPointerKind
s which results in an error becauseRcK
&ArcK
are notClone
.Thank you for the excellent library!
The text was updated successfully, but these errors were encountered: