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