[go: up one dir, main page]

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.