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

Fix From implementation for ResourceError types #20

Open
msrd0 opened this issue Mar 10, 2021 · 0 comments
Open

Fix From implementation for ResourceError types #20

msrd0 opened this issue Mar 10, 2021 · 0 comments

Comments

@msrd0
Copy link
Owner

msrd0 commented Mar 10, 2021

!12 introduced the ResourceError derive macro that supports generating From implementations. Currently we require those From types to be Error because we otherwise run into issues when that type is generic. This however is more a work-around than an actual fix and we should find a way to manually specify where-bounds for the From impl.

@msrd0 msrd0 closed this as completed Mar 10, 2021
@msrd0 msrd0 reopened this Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant