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
wampire/src/lib.rs
Line 17 in de5aa3b
The WampResult type which is returned by many public facing APIs wraps the private wampire::error::Error type.
WampResult
This prevents callers from implementing From(wampire::error::Error) for their custom error types.
From(wampire::error::Error)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wampire/src/lib.rs
Line 17 in de5aa3b
The
WampResult
type which is returned by many public facing APIs wraps the private wampire::error::Error type.This prevents callers from implementing
From(wampire::error::Error)
for their custom error types.The text was updated successfully, but these errors were encountered: