pub fn extract_route_params(pattern: &str, path: &str) -> Vec<RouteParam>Expand description
Extracts named route parameters when a pattern matches.
pub fn extract_route_params(pattern: &str, path: &str) -> Vec<RouteParam>Extracts named route parameters when a pattern matches.