-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
std::io::Chain
could implement BufRead
#32536
Comments
Now that the |
std::net::Chain
could implement BufReadstd::io::Chain
could implement BufRead
Whoops, yes. The implementation is not set in stone of course. |
This seems reasonable I think - want to open a PR? |
I'll give it a try. I'm still learning how to everything works with github... |
@rphmeier you mentioned that it will be insta-stable. Does that mean that I have to tag it as stable for my PR? #[stable(feature = "rust1", since = "1.9.0")] Like that? |
Yep, though you can't use the |
Implement BufRead for Chain Addresses #32536
Closed by #32541 |
The implementation is straight forward:
Or am I overlooking something?
The text was updated successfully, but these errors were encountered: