Type Definition toml_edit::ArrayIntoIter

source ·
pub type ArrayIntoIter = Box<dyn Iterator<Item = Value>>;
Expand description

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