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 the generated code ends up doing unwrap_unchecked anyways, consider using MaybeUninit instead of Option as it won't add an unnecessary enum tag on every field (Saving space)
Since the generated code ends up doing
unwrap_uncheckedanyways, consider usingMaybeUninitinstead of Option as it won't add an unnecessary enum tag on every field (Saving space)