pub fn match_route_atomic<'a, G: Html>(
    path_slice: &[&str],
    render_cfg: &HashMap<String, String>,
    templates: &'a ArcTemplateMap<G>,
    locales: &Locales
) -> RouteVerdictAtomic<'a, G>
Expand description

A version of match_route that accepts an ArcTemplateMap<G>. This should be used in multithreaded situations, like on the server.