Expand description
Macros
- Define static templates.
- Define dynamic templates, basically the content of a template funcation inside
templatesThis returnsTemplateFn. To see the syntax and usage information checktemplates.
Structs
- A dynamic template generated from a function. This is the type of
<prop _ />andchildrenwhen instantiating a static template.
Traits
- Main Template trait. Implementations can be generated using both the
tmplandtemplatesmacros.