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