Type Definition liquid_interpreter::value::Object

source ·
pub type Object = HashMap<Cow<'static, str>, Value, RandomState>;
Expand description

Type representing a Liquid object, payload of the Value::Object variant

Trait Implementations§

Access a global variable.