Type Alias toml_edit::Iter

source ·
pub type Iter<'a> = Box<dyn Iterator<Item = (&'a str, &'a Item)> + 'a>;
Expand description

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

Aliased Type§

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