Type Definition liquid_value::Array

source ·
pub type Array = Vec<Value>;
Expand description

Type representing a Liquid array, payload of the Value::Array variant