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
I am trying to return sth like Arc<MyStruct> from a function, but this fails as TryIntoJs is not implemented for Arc<T>. Is there a workaround for this, or could this be added easily?
The text was updated successfully, but these errors were encountered:
I am trying to return sth like
Arc<MyStruct>
from a function, but this fails asTryIntoJs
is not implemented forArc<T>
. Is there a workaround for this, or could this be added easily?The text was updated successfully, but these errors were encountered: