Function url_match::matcher [] [src]

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