Class Raw::ForTypeRepr
INTERNAL: Do not use.
A function pointer type with a for modifier.
For example:
type RefOp<X> = for<'a> fn(&'a X) -> &'a X;
// ^^^^^^^^^^^^^^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getForBinder | Gets the for binder of this for type representation, if it exists. |
| getTypeRepr | Gets the type representation of this for type representation, if it exists. |
| toString |