Class Raw::ImplTraitTypeRepr
INTERNAL: Do not use.
An impl Trait type.
For example:
fn foo() -> impl Iterator<Item = i32> { 0..10 }
// ^^^^^^^^^^^^^^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getTypeBoundList | Gets the type bound list of this impl trait type representation, if it exists. |
| toString |