Skip to main content

match_path

Function match_path 

Source
pub fn match_path(
    pattern: PathPattern,
    path: &str,
) -> Option<Vec<(&'static str, String)>>
Expand description

Match one declared path pattern and return its captures.