Function rustc_ast::visit::walk_stmt

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