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
It would often be useful for the generated collection to have derives such as Debug or Clone. However, this is moderately complicated by the fact that not all item types are guaranteed to have Debug etc.
Defaulting to shadowing the Item type's derives (obviously minus WrappedVec!) and having a parameter to override with a specific list of traits to derive should be a good solution.