pub fn wrap_field_inits(streams: &[TokenStream], fields: &Fields) -> TokenStreamExpand 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) -> TokenStreamGiven a set of entries for struct field definitions to go inside a struct {} definition,
wrap in a () or {} based on the type of field