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
This is not possible in the current implementation because we are using enums to reduce memory usage. we could implement this by splitting the enum into multiple fields, but we prefer not to do it because it would increase memory usage. If the enum or union supports unsized values, this can be supported (rfcs: rust-lang/rfcs#1151, rust-lang/rfcs#3041).
No description provided.
The text was updated successfully, but these errors were encountered: