from_iter

Function from_iter 

Source
pub fn from_iter<'s, I>(iter: I) -> String
where I: Iterator<Item = (&'s str, &'s str)>,
Expand description

Builds a string from an iterator preserving the order.