rustc_hir::intravisit

Function walk_body

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