BindingRef

Type Alias BindingRef 

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

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