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

Module Impl

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

Import path

import codeql.rust.elements.internal.FormatImpl

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$}");