smol_str

Function build_from_str_iter

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