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

Making the macro more general? #5

Open
Boscop opened this issue Jan 2, 2021 · 0 comments
Open

Making the macro more general? #5

Boscop opened this issue Jan 2, 2021 · 0 comments

Comments

@Boscop
Copy link

Boscop commented Jan 2, 2021

On the Rust discord, Yandros suggested this closure macro:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=a2addffcab2830703f08831f5887e191

It's more general than the current one of this crate, it allows capturing by any means,
so it also works for things like Arc::clone or by calling a custom cloning function (a = foo(a)) etc.

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

No branches or pull requests

1 participant