fn struct_content(
    input_type: &Ident,
    fields: &[&Field],
    method_ident: &Ident
) -> TokenStream