CodeQL library for Rust
codeql/rust-all 0.2.7 (changelog, source)
Search

Module StmtList

This module provides the public class StmtList.

Import path

import codeql.rust.elements.StmtList

Imports

AstNode

This module provides the public class AstNode.

Attr

This module provides the public class Attr.

Expr

This module provides the public class Expr.

Stmt

This module provides the public class Stmt.

Aliases

StmtList

A list of statements in a block, with an optional tail expression at the end that determines the block’s value.