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