Function rustc_hir::intravisit::walk_body

source ยท
pub fn walk_body<'v, V: Visitor<'v>>(
    visitor: &mut V,
    body: &Body<'v>,
) -> V::Result