Module ructe::templates [] [src]

The module containing your generated template code will also contain everything from here.

The name ructe::templates should never be used. Instead, you should use the module templates created when compiling your templates.

Modules

statics

Your templates::statics module will mirror this module.

Structs

Html

Wrapper object for data that should be outputted as raw html (objects that may contain markup).

Traits

ToHtml

This trait should be implemented for any value that can be the result of an expression in a template.