Type Alias Array

type Array = alloc::vec::Vec<Value>

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