You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: