pub fn iter(s: &str) -> impl DoubleEndedIterator<Item = (&str, &str)> + Clone
Returns an iterator of key-value (&str, &str) pairs according to the parameters format.
(&str, &str)