Function match_view

Source
pub fn match_view(
    routes: &Vec<Arc<dyn View>>,
    path: &str,
) -> Option<(Arc<dyn View>, ViewPathArgs)>