pub type Table = BTreeMap<String, Value>;
Type representing a TOML table, payload of the Value::Table variant
Value::Table
struct Table { /* private fields */ }