[][src]Trait proc_macro_roids::FieldsNamedAppend

pub trait FieldsNamedAppend {
    fn append_named(&mut self, fields_named: FieldsNamed);
}

Indicates this type may have FieldsNamed appended to it.

Required methods

fn append_named(&mut self, fields_named: FieldsNamed)

Appends the specified fields_named to this type.

Loading content...

Implementations on Foreign Types

impl FieldsNamedAppend for DeriveInput[src]

impl FieldsNamedAppend for Fields[src]

impl FieldsNamedAppend for FieldsNamed[src]

Loading content...

Implementors

Loading content...