toml_edit::table

Type Alias KeyValuePairs

source
pub(crate) type KeyValuePairs = IndexMap<Key, Item>;

Aliased Typeยง

struct KeyValuePairs { /* private fields */ }