Type Alias InlineTableIter

Source
pub type InlineTableIter<'a> = Box<dyn Iterator<Item = (&'a str, &'a Value)> + 'a>;
Expand description

An iterator type over InlineTable’s Key/Value pairs

Aliased Type§

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