pub fn format_string<T: AsRef<str>>( template: T, args: &[&dyn Display], ) -> String
Helper for string formatting (common in f-strings compilation)