walk_stmt

Function walk_stmt 

Source
pub fn walk_stmt<V, R>(v: &mut V, stmt: &Stmt) -> R
where V: StmtVisitor<Result = R> + ExprVisitor<Result = R>,