Struct syn::DataUnion [−][src]
pub struct DataUnion { pub union_token: Union, pub fields: FieldsNamed, }
An untagged union input to a proc_macro_derive
macro.
This type is available only if Syn is built with the "derive"
feature.
Fields
union_token: Union
fields: FieldsNamed