[][src]Module hatter::prelude

Args, Env, Result, and Value

Re-exports

pub use crate::Result;

Structs

Args

The Args struct makes it easier to work with arguments when writing Hatter functions in Rust.

Env

Env is the top-level environment in which a Hatter template is evaluated and rendered.

Enums

Value

Value is the dynamic type that represents an active Hatter object, including objects you define in your own code.