syn::gen::fold

Function fold_field_pat

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