Type Definition liquid::Array [] [src]

type Array = Vec<Value>;

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