[][src]Crate askama_rocket

Modules

mime
shared

Structs

Html
MarkupDisplay
Request

The type of an incoming web request.

Text

Enums

Error

askama error type

Traits

Responder

Trait implemented by types that generate responses for clients.

SizedTemplate
Template

Main Template trait; implementations are generally derived

Functions

read_config_file
rerun_if_templates_changedDeprecated

Old build script helper to rebuild crates if contained templates have changed

respond

Type Definitions

Result
Result

Type alias for the Result of a Responder::respond call.

Derive Macros

Responder

Derive for the Responder trait.

Template