toml::Table [] [src]

type Table = BTreeMap<StringValue>;

Type representing a TOML table, payload of the Value::Table variant