syn::fold

Function fold_fields

Source
pub fn fold_fields<F>(f: &mut F, node: Fields) -> Fields
where F: Fold + ?Sized,
Available on crate feature fold and (crate features derive or full) only.