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

Module FormatArgsArg

This module provides the public class FormatArgsArg.

Import path

import codeql.rust.elements.FormatArgsArg

Imports

AstNode

This module provides the public class AstNode.

Expr

This module provides the public class Expr.

Name

This module provides the public class Name.

Aliases

FormatArgsArg

A FormatArgsArg. For example the "world" in: rust format_args!("Hello, {}!", "world")