Type Alias toml_edit::ArrayIntoIter
source · pub type ArrayIntoIter = Box<dyn Iterator<Item = Value>>;Expand description
An owned iterator type over Table’s key/value pairs.
Aliased Type§
struct ArrayIntoIter(/* private fields */);