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
RawStatement holds a pointer, so by default it is !Send and !Sync. However, as far as I can tell, the struct owns the data behind the pointer. If this is in fact the case, then it should implement both traits to permit more flexible operations.
The text was updated successfully, but these errors were encountered:
RawStatement
holds a pointer, so by default it is!Send
and!Sync
. However, as far as I can tell, the struct owns the data behind the pointer. If this is in fact the case, then it should implement both traits to permit more flexible operations.The text was updated successfully, but these errors were encountered: