iter

Function iter 

Source
pub fn iter(s: &str) -> impl DoubleEndedIterator<Item = (&str, &str)> + Clone
Expand description

Returns an iterator of key-value (&str, &str) pairs according to the parameters format.