Expand description
Macros
- Define static templates.
- Define dynamic templates, basically the content of a template funcation inside
templates
This returnsTemplateFn
. To see the syntax and usage information checktemplates
.
Structs
- A dynamic template generated from a function. This is the type of
<prop _ />
andchildren
when instantiating a static template.
Enums
- Russx error type.
Traits
- The attribute trait, this will write a single attribute.
- The attributes trait, this can write a variable amount of attributes. You can use this within a template using a braced attribute,
{...}
. - Main template trait. Implementations can be generated using both the
tmpl
andtemplates
macros.