Type Definition perseus::template::TemplateMap[][src]

pub type TemplateMap<G> = HashMap<String, Template<G>>;
Expand description

A type alias for a HashMap of Templates.