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
Since the Discriminant of an enum variant is just an integer that represents its underlying index, it not implementing Send seems like a gap in the API.
Is there any underlying reason for it not doing so (aside from the PhantomData present inside)?
The text was updated successfully, but these errors were encountered:
Since the
Discriminant
of an enum variant is just an integer that represents its underlying index, it not implementing Send seems like a gap in the API.Is there any underlying reason for it not doing so (aside from the
PhantomData
present inside)?The text was updated successfully, but these errors were encountered: