sort

Function sort 

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

Same as from_iter_into but keys are sorted in alphabetical order.