Type Alias marine::TomlValueTable

source ·
pub type TomlValueTable = Map<String, Value>;
Expand description

Type representing a TOML table, payload of the Value::Table variant. By default it is backed by a BTreeMap, enable the preserve_order feature to use a LinkedHashMap instead.

Aliased Type§

struct TomlValueTable { /* private fields */ }