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
If AsyncBufRead is implemented on T, the stream should expose it. This makes some implementations much more efficient. Thanks!
T
The text was updated successfully, but these errors were encountered:
To make this work we need to BufRead to native-tls::TlsStream
BufRead
native-tls::TlsStream
for that we need
Sorry, something went wrong.
Note that we may also need to forward Read for &T and BufRead for &T. Need to verify if we need this tho.
Read for &T
BufRead for &T
No branches or pull requests
If AsyncBufRead is implemented on
T
, the stream should expose it. This makes some implementations much more efficient. Thanks!The text was updated successfully, but these errors were encountered: