if let语法糖 学习过程宏的时候发现if let竟然可以这样用,话不多说,贴代码 ... type StructFields = syn::punctuated::Punctuated<syn::Field, syn::Token![,]>; fn get_fields_from_derive