pub type Binding<T, B> = (Id<T, B>, Multiset<Indexed<Object<T, B>>>);
Tuple type representing a binding in a node object, associating a property to some objects.