[go: up one dir, main page]

[][src]Type Definition toml_edit::Iter

type Iter<'a> = Box<dyn Iterator<Item = (&'a str, &'a Item)> + 'a>;

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