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
#[default]#[default = <expr>]// This is supported additionally, because// `=` only supports a subset of expressions#[default(<expr>)]#[children]
We could support this maybe as a fieldlevel attribute as well, or allow the field value to be anything that implements FromAttr to allow hybrid structs with nested and unnested attributes.
The text was updated successfully, but these errors were encountered:
i.e.:
would parse
We could support this maybe as a fieldlevel attribute as well, or allow the field value to be anything that implements
FromAttr
to allow hybrid structs with nested and unnested attributes.The text was updated successfully, but these errors were encountered: