pub fn collect_infects_from<N>( node: &N, config: AliasConfig, ) -> FxHashSet<Access>where N: InfectableNode + VisitWith<InfectionCollector>,