pub fn join<'a, I: IntoIterator<Item = &'a str>>(words: I) -> StringExpand description
Convenience function that consumes an iterable of words and turns it into a single string, quoting words when necessary. Consecutive words will be separated by a single space.