ArrayValue

Type Alias ArrayValue 

Source
pub type ArrayValue = Vec<Value>;
Expand description

The type used to represent the scalars inside an array. An array can only store scalar values of the same type.

Aliased Typeยง

pub struct ArrayValue { /* private fields */ }