Replies: 3 comments
-
Hmm. My lifetime fu is not expoert, but my understanding is that non- |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is possible solution: #9 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is my patch #11 , which sometimes removes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love this crate, it's exactly what I need and I use it frequently. Thank you!
It seems like you can't use the unscoped methods unless you're iterating over
static
values; is that right? That's fine, but I just want to make sure I'm not confused. The README doesn't mention that limitation, but does talk about e.g using.cloned()
to help with the issue of borrowed references, which I've tried but there's still the issue of e.g.parallel_map
requiringIterator + 'static
.Beta Was this translation helpful? Give feedback.
All reactions