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

Add TryFutureExt::{inspect_ok, inspect_err} #1630

Merged
merged 1 commit into from
May 25, 2019

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented May 22, 2019

inspect_ok is the same as 0.1's Future::inspect_ok. inspect_err is the same as Future::inspect_err added in #908

@cramertj cramertj merged commit de1b49f into rust-lang:master May 25, 2019
@cramertj
Copy link
Member

LGTM-- are you planning to add these to TryStreamExt as well?

@taiki-e taiki-e deleted the future-inspect branch May 25, 2019 01:20
@taiki-e
Copy link
Member Author

taiki-e commented May 25, 2019

We added them in #1569.

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

Successfully merging this pull request may close these issues.

2 participants