Callback type aliases
This is the collection of callback type aliases within the relationships
module. There is only one type alias, RelationshipCallback
.
RelationshipCallback
The RelationshipCallback
type describes a function that takes a Relationship
's Id
and a callback to loop over each local Row
within it.