You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be clearer if return_read_bytes_and_count and return_written_byte_count_or_error can be combined and separate according to the Ok and Err code path. This is mentioned in #3852 (comment).
(This probably don't need to be an issue, but I am creating this to keep track of what I want to do.)
The text was updated successfully, but these errors were encountered:
Yes that one is nice, but I think we want something "lower-level" that takes an io::Error rather than an io::Result. And that does the write to dest as well.
Uh oh!
There was an error while loading. Please reload this page.
It'd be clearer if
return_read_bytes_and_count
andreturn_written_byte_count_or_error
can be combined and separate according to theOk
andErr
code path. This is mentioned in #3852 (comment).(This probably don't need to be an issue, but I am creating this to keep track of what I want to do.)
The text was updated successfully, but these errors were encountered: