Function walk_call

Source
pub fn walk_call<'hir, V>(
    v: &mut V,
    callee: &'hir Expression<'hir>,
    args: &'hir [Expression<'hir>],
) -> V::Result
where V: Visitor<'hir> + ?Sized,