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?