Type Definition cursive::reexports::toml::value::Array

source · []
pub type Array = Vec<Value, Global>;
Expand description

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