Type Definition 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.