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 works for me in cases where the input variables don't include any generated Rust enums, for example, since those require #[default] to derive the trait properly. But I think if you don't have any enums in your input variables then variables_derives will work.
Hi guys,
is it possible to use
Default
trait instead of writingNone
for nullable values.The text was updated successfully, but these errors were encountered: