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

Class Raw::FormatArgsArg

INTERNAL: Do not use. A FormatArgsArg. For example the "world" in:

format_args!("Hello, {}!", "world")

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getExpr

Gets the expression of this format arguments argument, if it exists.

getName

Gets the name of this format arguments argument, if it exists.

toString