Type Definition liquid_value::Object[][src]

type Object = HashMap<Cow<'static, str>, Value>;

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