find_value

Function find_value 

Source
fn find_value<'a>(pairs: &'a [(String, String)], key: &str) -> Option<&'a str>