Module ide_db::syntax_helpers::format_string_exprs

source ·
Expand description

Tools to work with expressions present in format string literals for the format_args! family of macros. Primarily meant for assists and completions.

Enums§

  • Enum for representing extracted format string args. Can either be extracted expressions (which includes identifiers), or placeholders {}.

Functions§