Type Alias toml_edit::InlineTableIntoIter
source · pub type InlineTableIntoIter = Box<dyn Iterator<Item = (InternalString, Value)>>;Expand description
An owned iterator type over an InlineTable’s Key/Value pairs
Aliased Type§
struct InlineTableIntoIter(/* private fields */);