[go: up one dir, main page]

Type Alias toml::Array

source ·
pub type Array = Vec<Value>;
Expand description

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

Aliased Type§

struct Array { /* private fields */ }