Type Definition 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.