codeql/rust-all
0.1.13
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of AwaitExpr and should not be referenced directly.
AwaitExpr
import codeql.rust.elements.internal.AwaitExprImpl
An await expression. For example: rust async { let x = foo().await; x }
await
rust async { let x = foo().await; x }