Module horrorshow::prelude
[−]
[src]
Traits that should always be imported.
Structs
| FnRenderer |
A template renderer. The |
| Raw |
Raw content marker. |
| TemplateBuffer |
A template buffer. This is the type that gets passed to closures inside templates. |
Traits
| Render |
Something that can be rendered by reference. |
| RenderBox |
Something that can be rendered once out of a box. |
| RenderMut |
Something that can be rendered by mutable reference. |
| RenderOnce |
Something that can be rendered once. |
| Template |
A template that can be rendered into something. |