[go: up one dir, main page]

Type Definition toml::value::Array [] [src]

type Array = Vec<Value>;

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