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
Not having `Clone` on `Value` makes it very difficult to store
extracted values in a cache, and there seems to be no reason I can see
to not implement `Clone` on `ValueRef` as well, since there are
legitimate use-cases for it and it is impossible for downstream
consumers to implement Clone themselves.
0 commit comments