Crate askama_gotham

Crate askama_gotham 

Source

Modules§

filters
Module for built-in filter functions
helpers

Structs§

Body
A stream of Bytes, used when receiving bodies.
Html
MarkupDisplay
Response
Represents an HTTP response
State
Provides storage for request state, and stores one item of each type. The types used for storage must implement the StateData trait to allow its storage, which is usually done by adding #[derive(StateData)] on the type in question.
StatusCode
An HTTP status code (status-code in RFC 7230 et al.).
Text

Enums§

Error
askama error type

Traits§

DynTemplate
Object-safe wrapper trait around Template implementers
IntoResponse
Represents a type which can be converted to a response. This trait is used in converting the return type of a function into a response.
Template
Main Template trait; implementations are generally derived

Functions§

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

Type Aliases§

Result

Derive Macros§

Template