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

Module Impl

INTERNAL: This module contains the customizable definition of AwaitExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.AwaitExprImpl

Classes

AwaitExpr

An await expression. For example: rust async { let x = foo().await; x }