pub type SourceIter<'w, R> = <<R as RelationshipTarget>::Collection as RelationshipSourceCollection>::SourceIter<'w>;
Expand description
The iterator type for the source entities in a RelationshipTarget
collection,
as defined in the RelationshipSourceCollection
trait.