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

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.Raw

Direct 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