Replies: 1 comment
-
That is true on stable rust, but not when using the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I can see,
Ungil
is implemented for exactly the same types asSend
, and also cannot be implemented for non-Send user types. Why is this trait used instead ofSend
itself? Just to express intent more clearly?Beta Was this translation helpful? Give feedback.
All reactions