Type Definition toml_edit::InlineTableIntoIter
source · [−]pub type InlineTableIntoIter = Box<dyn Iterator<Item = (InternalString, Value)>>;
Expand description
An owned iterator type over key/value pairs of an inline table.
pub type InlineTableIntoIter = Box<dyn Iterator<Item = (InternalString, Value)>>;
An owned iterator type over key/value pairs of an inline table.