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

Module Generated

INTERNAL: This module contains the fully generated definition of Format and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.Format

Classes

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$}"); INTERNAL: Do not reference the Generated::Format class directly. Use the subclass Format, where the following predicates are available.