Module horrorshow::prelude[][src]

Expand description

Traits that should always be imported.

Structs

A template renderer. The html! {} macro returns a FnRenderer.

Raw content marker.

A template buffer. This is the type that gets passed to closures inside templates.

Traits

Something that can be rendered by reference.

Something that can be rendered once out of a box.

Something that can be rendered by mutable reference.

Something that can be rendered once.

A template that can be rendered into something.