[−][src]Type Definition rocket::config::Table
type Table = BTreeMap<String, Value>;
Type representing a TOML table, payload of the Value::Table
variant
type Table = BTreeMap<String, Value>;
Type representing a TOML table, payload of the Value::Table
variant