-
Notifications
You must be signed in to change notification settings - Fork 127
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
make sure Error
types from protocols
crates implement std::error::Error
#921
Comments
once #932 is merged, the proposed changes on this issue can be achieved via:
|
This then means that you're handling this issue right? |
hey! this is actually on my backlog, if you wanna give it a go, feel free! my suggestion would be:
once you submit your PR, I'll make sure to add to the description of #932 that we should merge yours afterwards |
Alright |
@plebhash should the 'anyhow' crate be applied to every instance of |
this issue is only related to making sure while the potential introduction of |
I'm kind of having a hard time identifying the custom |
@rockcoolsaint thanks for your effort on this one we decided to go on a different direction (#932 (review)), apologies if you spent a lot of effort on this one already |
Alright then, I'll pickup another issue |
an idea to improve error handling on the roles implementation is to start using the
anyhow
crate #736 (comment)as a prerequisite, all custom
Error
types from the low-level crates underprotocols
must implement thestd::error::Error
traitThe text was updated successfully, but these errors were encountered: