Function matcher

Source
pub fn matcher<'a>(
    pattern: &'a str,
    url: &'a str,
) -> Result<HashMap<String, &'a str>, Error>