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
Because this function requires taking ownership of arguments, it prevents any language bindings from being produced where a wrapper struct makes ownership passing impossible.
Easily solved by making a few structs cloneable.
The text was updated successfully, but these errors were encountered:
Because this function requires taking ownership of arguments, it prevents any language bindings from being produced where a wrapper struct makes ownership passing impossible.
Easily solved by making a few structs cloneable.
The text was updated successfully, but these errors were encountered: