find_first

Function find_first 

Source
pub fn find_first(
    values: Vec<(String, String)>,
    pattern: &str,
) -> Option<(String, String)>
Expand description

Return fisrt key/value pair with key that matches pattern