Generate a list of field variables for a struct or enum variant. If `use_self` is true, the fields are accessed using `self. ` (for struct fields). Otherwise, the fields are accessed directly (for enum variants and match expressions).
(fields: &syn::Fields, use_self: bool)
source not stored for this graph (policy: none)