Function syn::fold::fold_fields_named

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