Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support derivation on generic types #4

Closed
TedDriggs opened this issue May 18, 2017 · 1 comment
Closed

Support derivation on generic types #4

TedDriggs opened this issue May 18, 2017 · 1 comment

Comments

@TedDriggs
Copy link
Owner

darling should support any of its traits being derived on generic types.

Like the built-in derive offerings, darling should automatically bound its trait implementations rather than requiring the base type to have those bounds.

TedDriggs added a commit that referenced this issue May 18, 2017
@TedDriggs TedDriggs self-assigned this May 18, 2017
@TedDriggs
Copy link
Owner Author

This is now added, with automatic boundary support (though it doesn't currently avoid bounds for skipped fields).

@TedDriggs TedDriggs removed their assignment Jun 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant