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 either into_raw or new consumes the pointer and Clone may not be used.
Inside args! macro, we can use a kind of duck typing with JSSerializeOnce.
Or, something like
Something like this;
We may well need
JSSerializeOnce
(JSSerializeFunc
?)since either
into_raw
ornew
consumes the pointer andClone
may not be used.Inside
args!
macro, we can use a kind of duck typing with JSSerializeOnce.Or, something like
with
JSSerializeOnce
also sounds okay and rather better.The text was updated successfully, but these errors were encountered: