Type Alias toml_edit::ArrayIter

source ·
pub type ArrayIter<'a> = Box<dyn Iterator<Item = &'a Value> + 'a>;
Expand description

An iterator type over Array’s values.

Aliased Type§

struct ArrayIter<'a>(/* private fields */);