[go: up one dir, main page]

Array

Type Alias Array 

Source
pub type Array = Vec<Value>;
Available on crate feature serde only.
Expand description

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

Aliased Typeยง

pub struct Array { /* private fields */ }