Function fmt_iter

Source
pub fn fmt_iter<T: Display, I: Iterator<Item = T>>(iter: I) -> String