Type Alias toml_edit::InlineTableIter
source · pub type InlineTableIter<'a> = Box<dyn Iterator<Item = (&'a str, &'a Value)> + 'a>;
Expand description
An iterator type over key/value pairs of an inline table.
Aliased Type§
struct InlineTableIter<'a>(_, _);