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

Module Impl

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

Import path

import codeql.rust.elements.internal.YieldExprImpl

Classes

YieldExpr

A yield expression. For example: rust let one = #[coroutine] || { yield 1; };