Type Alias toml_span::value::Table

source ·
pub type Table<'de> = BTreeMap<Key<'de>, Value<'de>>;
Expand description

A toml table, always represented as a sorted map.

The original key ordering can be obtained by ordering the keys by their span

Aliased Type§

struct Table<'de> { /* private fields */ }