pub type BindingRef<'a, J, T> = (&'a Reference<T>, &'a [Indexed<Object<J, T>>]);
Expand description

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