toml_edit

Type Alias 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 */);