Type Definition toml::value::Array [−][src]
pub type Array = Vec<Value>;
Expand description
Type representing a TOML array, payload of the Value::Array
variant
pub type Array = Vec<Value>;
Type representing a TOML array, payload of the Value::Array
variant