Type Definition toml::value::Table [−][src]
pub type Table = BTreeMap<String, Value>;Expand description
Type representing a TOML table, payload of the Value::Table variant
pub type Table = BTreeMap<String, Value>;Type representing a TOML table, payload of the Value::Table variant