Type Alias toml_edit::IntoIter

source ·
pub type IntoIter = Box<dyn Iterator<Item = (InternalString, Item)>>;
Expand description

An owned iterator type over Table’s key/value pairs.

Aliased Type§

struct IntoIter(/* private fields */);