pub fn sort<'s, I>(iter: I) -> impl Iterator<Item = (&'s str, &'s str)>where I: Iterator<Item = (&'s str, &'s str)>,
Same as from_iter_into but keys are sorted in alphabetical order.
from_iter_into