Type Definition toml_edit::Iter
[−]
[src]
type Iter<'a> = Box<Iterator<Item = (&'a str, &'a Item)> + 'a>;
An iterator type over Table's key/value pairs.