Support capturing of std::net types#724
Conversation
|
I'll need to feature gate these on |
|
Failed to set assignee to
|
Thomasdezeeuw
left a comment
There was a problem hiding this comment.
Code LGTM.
A lot of this types have been stabilised as core::net:: as well in 1.77 (released 21 March, 2024). Should we start keeping a lit of these kind of improvements we can do once we bump the MSRV?
|
That might be a good idea 👍 The other big one is |
Rebase of #721
Closes #711
I've taken the original implementation from #721 and tweaked it to maintain consistent behaviour between our internal capturing, and
value-bag's. Thanks for originally working on this @JonathanWilbur!