We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Standardizing error types with the following traits will help them integrate more smoothly with application error handling:
Clone
Debug
Error
PartialEq
Eq
Errors include:
rasn/src/error/decode.rs
Line 138 in d97c44d
rasn/src/error/encode.rs
Line 104 in d97c44d
Note: need to gate Error implementation on "std" feature.
"std"
The text was updated successfully, but these errors were encountered:
Thank you for your issue! This sounds like a good idea.
I don't think that's true anymore.
https://doc.rust-lang.org/stable/core/error/trait.Error.html
Sorry, something went wrong.
No branches or pull requests
Standardizing error types with the following traits will help them integrate more smoothly with application error handling:
Clone
Debug
Error
PartialEq
Eq
Errors include:
rasn/src/error/decode.rs
Line 138 in d97c44d
rasn/src/error/encode.rs
Line 104 in d97c44d
Note: need to gate
Error
implementation on"std"
feature.The text was updated successfully, but these errors were encountered: