toml_span::value

Type Alias 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 */ }