Crate askama_gotham Copy item path Source filters Module for built-in filter functions helpers 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 Error askama error type 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 rerun_if_templates_changed Deprecated Old build script helper to rebuild crates if contained templates have changed respond Result Template