Skip to content

Conversation

A4-Tacks
Copy link

Example

x.and_then(|it| for_both!(it => it.expr()));
// Similar to
x.and_then(|it| for_both!(it, it => it.expr()));

Example
---

```rust
x.and_then(|it| for_both!(it => it.expr()));
// Similar to
x.and_then(|it| for_both!(it, it => it.expr()));
```
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.

1 participant