syn::gen::fold

Function fold_expr_call

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