toml_
edit
0.22.22
KeyValue
Pairs
Aliased type
In toml_
edit::
table
toml_edit
::
table
Type Alias
KeyValuePairs
Copy item path
source
pub(crate) type KeyValuePairs =
IndexMap
<
Key
,
Item
>;
Aliased Type
ยง
struct KeyValuePairs {
/* private fields */
}