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

Class Raw::TypeArg

INTERNAL: Do not use. A type argument in a generic argument list.

For example:

Foo::<u32>
//    ^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getTypeRepr

Gets the type representation of this type argument, if it exists.

toString