INTERNAL: Do not use.
A yield expression. For example:
let one = #[coroutine]
|| {
yield 1;
};
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Predicates
| getAttr | Gets the |
| getExpr | Gets the expression of this yield expression, if it exists. |
| getNumberOfAttrs | Gets the number of attrs of this yield expression. |
| toString |