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
But in the match block, I'm not sure how to proceed. I would need to create N new variable bindings?
Is this possible, if not, is it in scope? Or is there another way to achieve the same?
The text was updated successfully, but these errors were encountered:
I'm not sure if
impl-trait-for-tuples
can do what I need.I need to implement something that looks like https://docs.rs/slog/latest/src/slog/lib.rs.html#1898 but for tuples instead. How far I got:
But in the match block, I'm not sure how to proceed. I would need to create N new variable bindings?
Is this possible, if not, is it in scope? Or is there another way to achieve the same?
The text was updated successfully, but these errors were encountered: