Function walk_while

Source
pub fn walk_while<'hir, V>(
    v: &mut V,
    cond: &'hir Expression<'hir>,
    body: &'hir Statement<'hir>,
) -> V::Result
where V: Visitor<'hir> + ?Sized,