pub fn apply_parameterization(
text: &str,
suggestions: &[ParameterSuggestion],
) -> StringExpand description
Apply variable substitutions to text — replace literal values with {{var_name}}.
pub fn apply_parameterization(
text: &str,
suggestions: &[ParameterSuggestion],
) -> StringApply variable substitutions to text — replace literal values with {{var_name}}.