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

Module AsyncBlockExpr

This module provides the public class AsyncBlockExpr.

Import path

import codeql.rust.elements.AsyncBlockExpr

Classes

AsyncBlockExpr

An async block expression. For example: rust async { let x = 42; }