pub fn wrap_field_inits(streams: &[TokenStream], fields: &Fields) -> TokenStream
Expand description
Given a set of entries for struct field definitions to go inside a struct {}
definition,
wrap in a () or {} based on the type of field
pub fn wrap_field_inits(streams: &[TokenStream], fields: &Fields) -> TokenStream
Given a set of entries for struct field definitions to go inside a struct {}
definition,
wrap in a () or {} based on the type of field