rustc_ast::visit

Function walk_stmt

source
pub fn walk_stmt<'a, V: Visitor<'a>>(
    visitor: &mut V,
    statement: &'a Stmt,
) -> V::Result