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

Module Format

This module provides the public class Format.

Import path

import codeql.rust.elements.Format

Imports

FormatArgsExpr

This module provides the public class FormatArgsExpr.

FormatArgument

This module provides the public class FormatArgument.

Locatable

This module provides the public class Locatable.

Aliases

Format

A format element in a formatting template. For example the {} in: rust println!("Hello {}", "world"); or the {value:#width$.precision$} in: rust println!("Value {value:#width$.precision$}");