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
Result
Ok/Err
That way, matches will be more hierarchical. Err contains another enum with all possible failure states.
Err
Also, let query_transfer_state() return a std::Result, which is natural to it.
query_transfer_state()
std::Result
The text was updated successfully, but these errors were encountered:
seek()
read_to_end()
e5b013e
You can watch the development stream on youtube.
Sorry, something went wrong.
Byron
No branches or pull requests
That way, matches will be more hierarchical.
Err
contains another enum with all possible failure states.Also, let
query_transfer_state()
return astd::Result
, which is natural to it.The text was updated successfully, but these errors were encountered: