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
Because derive is too conservative, derive only implements Clone for Collection<T> if T is Clone.
Collection<T> does not actually store any value of type T (so T does not need to be Clone).
0 commit comments