INTERNAL: Do not use. A for loop expression.
For example:
for x in 0..10 {
println!("{}", x);
}
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAttr | Gets the |
| getIterable | Gets the iterable of this for expression, if it exists. |
| getNumberOfAttrs | Gets the number of attrs of this for expression. |
| getPat | Gets the pattern of this for expression, if it exists. |
| toString |
Inherited predicates
| getLabel | Gets the label of this labelable expression, if it exists. | from LabelableExpr |
| getLoopBody | Gets the loop body of this looping expression, if it exists. | from LoopingExpr |