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