[][src]Type Definition toml_edit::ArrayIter

type ArrayIter<'a> = Box<dyn Iterator<Item = &'a Value> + 'a>;

An iterator type over Array's values.