rustc_ast::visit

Function walk_block

source
pub fn walk_block<'a, V: Visitor<'a>>(
    visitor: &mut V,
    block: &'a Block,
) -> V::Result