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

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

Direct supertypes

Indirect supertypes

Predicates

getTypeBoundList

Gets the type bound list of this impl trait type representation, if it exists.

toString