[go: up one dir, main page]

Type Alias toml::Table

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

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

Aliased Type§

struct Table { /* private fields */ }