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
A "Result" type in rust is conventionally always meant to be a enum with an error variant.
This should be called SyncResponse since it is what you get after sending a SyncRequest.
SyncResponse
SyncRequest
The present name should be deprecated and type alias to SyncRequest.
The text was updated successfully, but these errors were encountered:
This is only a low-risk rename so I'd like to get it in with 1.0 rather than creating the type alias.
Sorry, something went wrong.
SyncResult
d949fe4
Successfully merging a pull request may close this issue.
A "Result" type in rust is conventionally always meant to be a enum with an error variant.
This should be called
SyncResponse
since it is what you get after sending aSyncRequest
.The present name should be deprecated and type alias to
SyncRequest
.The text was updated successfully, but these errors were encountered: