[go: up one dir, main page]

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

type Table = BTreeMap<String, Value>;

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