Macro perseus::get_templates_map[][src]

macro_rules! get_templates_map {
    [$($template : expr), +] => { ... };
}
Expand description

Gets a HashMap of the given templates by their paths for serving. This should be manually wrapped for the pages your app provides for convenience.