Skip to content
New issue

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

Implement From<std::io::Error> for ByteStreamError #1390

Closed
Velfi opened this issue May 16, 2022 · 2 comments
Closed

Implement From<std::io::Error> for ByteStreamError #1390

Velfi opened this issue May 16, 2022 · 2 comments
Assignees

Comments

@Velfi
Copy link
Contributor

Velfi commented May 16, 2022

This should enable users to use streamreaders to make ByteStream convertible to an AsyncRead-compatible struct

@Velfi Velfi self-assigned this May 16, 2022
@Velfi
Copy link
Contributor Author

Velfi commented May 16, 2022

Consider this:

`fn into_asyncreadwrite() -> impl AsyncRead + AsyncWrite

@jdisanti jdisanti changed the title Implement From<std::io::Error> for ByteStreamError` Implement From<std::io::Error> for ByteStreamError May 16, 2022
@Velfi
Copy link
Contributor Author

Velfi commented May 20, 2022

Done as part of #1391, pending release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@jdisanti @Velfi and others