Type Alias InlineTableIterMut

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

A mutable iterator type over InlineTable’s Key/Value pairs

Aliased Type§

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