Type Alias toml_edit::InlineTableIterMut

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

A mutable iterator type over key/value pairs of an inline table.

Aliased Type§

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

Trait Implementations§

1.0.0 · source§

impl<T, A> Deref for Box<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.