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 would work per tuple constituent, for tuples where all constituents impl Iterator (considering that the proc-macro can't check the types of the constituent, it's ok to assume they impl Iterator).
Would it be possible to support tuples of iterators? (Basically doing it per tuple component.)
So that this would work:
The text was updated successfully, but these errors were encountered: