Skip to main content

interest_union

Function interest_union 

Source
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.