syn::visit

Function visit_expr_call

source
pub fn visit_expr_call<'ast, V>(v: &mut V, node: &'ast ExprCall)
where V: Visit<'ast> + ?Sized,