toml_edit

Type Alias ArrayIntoIter

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

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

Aliased Type§

struct ArrayIntoIter(/* private fields */);