[][src]Crate sapper_tmpl

Structs

Context

The struct that holds the context of a template rendering.

TERA

Enums

TeraValue

Represents any valid JSON value.

Functions

render
to_value

Convert a T into serde_json::Value which is an enum that can represent any valid JSON data.

Type Definitions

TeraResult

Convenient wrapper around std::Result.