Skip to main content

Binding

Type Alias Binding 

Source
pub type Binding<T, B> = (Id<T, B>, Multiset<Indexed<Object<T, B>>>);
Expand description

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