rustc_hir::intravisit

Function walk_body

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