Type Definition cursive::reexports::toml::value::Array[][src]

pub type Array = Vec<Value, Global>;
Expand description

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