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
Required Elements with a default value are not Option<T> in their structs, but just T. We should still avoid serializing them if they're the default Element value. Since we can't use gen_opt etc., there should probably be a new helper function for this.
The text was updated successfully, but these errors were encountered:
I noticed this while working on #120.
Required Elements with a default value are not
Option<T>
in their structs, but justT
. We should still avoid serializing them if they're the default Element value. Since we can't usegen_opt
etc., there should probably be a new helper function for this.The text was updated successfully, but these errors were encountered: