walk_call

Function walk_call 

Source
pub fn walk_call<'ast, V: Visitor<'ast>>(
    visitor: &mut V,
    target: &'ast Expr,
    args: &'ast [Expr],
)