pub type IntoIter<T, B> = IntoIter<Id<T, B>, Multiset<Indexed<Object<T, B>>>>;
Expand description
Iterator over the properties of a node.
It is created by the Properties::into_iter
function.
Aliased Typeยง
pub struct IntoIter<T, B> { /* private fields */ }