Type Definition json_ld::object::node::properties::Binding

source ·
pub type Binding<T, B, M> = (Meta<Id<T, B>, M>, Multiset<Stripped<Meta<Indexed<Object<T, B, M>, M>, M>>, DeterministicHasherBuilder>);
Expand description

Tuple type representing a binding in a node object, associating a property to some objects.