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
Refs: #2758, #2716
ReadBuf::take()
ReadBuf::take
ReadBuf::add_filled
ReadBuf::advance
ReadBuf::append
ReadBuf::put_slice
The text was updated successfully, but these errors were encountered:
io: Rename ReadBuf methods
ReadBuf
ca2b5a5
This changes `ReadBuf::add_filled` to `ReadBuf::advance` and `ReadBuf::append` to `ReadBuf::put_slice`. This is just a mechanical change. Closes #2769
io: Rename ReadBuf methods (#2945)
f8c91f2
Successfully merging a pull request may close this issue.
Refs: #2758, #2716
ReadBuf::take()
(io: change AsyncRead to use a ReadBuf #2758 (comment)) Fixed in io: addReadBuf::take
#2817ReadBuf::add_filled
vs.ReadBuf::advance
ReadBuf::append
vs.ReadBuf::put_slice
.The text was updated successfully, but these errors were encountered: