Skip to main content

fmt_meaning_template

Function fmt_meaning_template 

Source
fn fmt_meaning_template(template: &str, args: &[String]) -> String
Expand description

Substitute {0}, {1}, {2} placeholders in a meaning template with the rendered positional arguments. Missing arguments fall back to "_".