fn collect_targets(
state: &State,
route: &RouteKey,
) -> Vec<(Sender<Delivery>, SubId)>Expand description
Subscribers that should see a publish on route.
Always includes wildcards on route.topic. Adds exact matches only
when the publish carries a type hint.