iter_to_string

Function iter_to_string 

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