fn node_set<'q>(
    query: &'q DepGraphQuery,
    filter: &DepNodeFilter
) -> Option<FxIndexSet<&'q DepNode>>