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
I noticed that DynClone is not clone, so it cannot be used to represent any cloneable struct. Would it be possible to just add following macro invocation, to make DynClone cloneable on it's own?
dyn_clone::clone_trait_object!(DynClone);
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that DynClone is not clone, so it cannot be used to represent any cloneable struct. Would it be possible to just add following macro invocation, to make DynClone cloneable on it's own?
Thanks!
The text was updated successfully, but these errors were encountered: