Function syn::visit::visit_expr_call

source ·
pub fn visit_expr_call<'ast, V: Visit<'ast> + ?Sized>(
    _visitor: &mut V,
    _i: &'ast ExprCall
)