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

the trait std::error::Error is not implemented for EncodeError #429

Closed
vadixidav opened this issue Oct 28, 2021 · 2 comments
Closed

the trait std::error::Error is not implemented for EncodeError #429

vadixidav opened this issue Oct 28, 2021 · 2 comments

Comments

@vadixidav
Copy link

Currently, the Error trait from std is not implemented on EncodeError. This makes the new alpha unwieldy to use. The trait should be implemented if the std feature is enabled.

@VictorKoenders
Copy link
Contributor

This will be fixed with #422 and should be in alpha.1

@VictorKoenders
Copy link
Contributor

This has been implemented in v2.0.0-alpha.1

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

2 participants