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
Currently &str is supported for string types, but if the string isn't always populated it would be nice to serialise a null pointer. Current workaround is passing a *const u8 which is error prone.