Function syn::fold::fold_fields_named

source ยท
pub fn fold_fields_named<F>(f: &mut F, node: FieldsNamed) -> FieldsNamed
where F: Fold + ?Sized,