Type Definition liquid_core::model::Array

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

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