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.RawDirect supertypes
Indirect supertypes
Predicates
| getArgName | Gets the argument name of this format arguments argument, if it exists. |
| getExpr | Gets the expression of this format arguments argument, if it exists. |
| toString |