[go: up one dir, main page]

Type Definition toml::value::Table

source ·
pub type Table = BTreeMap<String, Value>;
Expand description

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