pub(crate) fn build_from_str_iter<T>(iter: impl Iterator<Item = T>) -> SmolStrwhere T: AsRef<str>, String: Extend<T>,