Type Alias json_ld::object::node::properties::IntoIter

source ·
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§

struct IntoIter<T, B> { /* private fields */ }