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

Module Generated

INTERNAL: This module contains the fully generated definition of YieldExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.YieldExpr

Classes

YieldExpr

A yield expression. For example: rust let one = #[coroutine] || { yield 1; }; INTERNAL: Do not reference the Generated::YieldExpr class directly. Use the subclass YieldExpr, where the following predicates are available.