pub type Values = Vec<Value>;
Type alias to a collection of values.
pub struct Values { /* private fields */ }