Function syn::fold::fold_expr_field

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