Type Definition json_ld::object::node::properties::BindingRef
source · [−]pub type BindingRef<'a, T, B, M> = (Meta<&'a Id<T, B>, &'a M>, &'a [Stripped<Meta<Indexed<Object<T, B, M>, M>, M>>]);Expand description
Tuple type representing a reference to a binding in a node object, associating a property to some objects.