pub type TemplateTypes = IndexMap<Atom, GenericTemplate, RandomState>;Expand description
Type alias for template types stored in metadata. Maps template parameter names to their defining entity and constraint type.
Aliased Typeยง
pub struct TemplateTypes { /* private fields */ }