Skip to main content

IterMut

Type Alias IterMut 

Source
pub type IterMut<'a, T, B> = IterMut<'a, Id<T, B>, Multiset<Indexed<Object<T, B>>>>;
Expand description

Iterator over the properties of a node, giving a mutable reference to the associated objects.

It is created by the Properties::iter_mut function.

Aliased Typeยง

pub struct IterMut<'a, T, B> { /* private fields */ }