fn interest_union(
interests: &FxHashMap<InterestReceiver, Interest>,
) -> Option<Interest>Expand description
Get the union of all interests for a source. Returns None if the map is empty.
fn interest_union(
interests: &FxHashMap<InterestReceiver, Interest>,
) -> Option<Interest>Get the union of all interests for a source. Returns None if the map is empty.