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

Class Raw::ConstArg

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

For example:

Foo::<3>
//    ^

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getExpr

Gets the expression of this const argument, if it exists.

toString