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
first_of is restricted to tuples with only 1 type of Future. This is basically the same as the first_of for Vec but with better match ergonomics for the result.
Both functions should be available for for all tuple sizes.
The text was updated successfully, but these errors were encountered:
It woud look something like this.
first_of
is restricted to tuples with only 1 type of Future. This is basically the same as thefirst_of
forVec
but with better match ergonomics for the result.Both functions should be available for for all tuple sizes.
The text was updated successfully, but these errors were encountered: