fn walk_between<'q>(
query: &'q DepGraphQuery,
sources: &FxIndexSet<&'q DepNode>,
targets: &FxIndexSet<&'q DepNode>,
) -> FxIndexSet<DepKind>
fn walk_between<'q>(
query: &'q DepGraphQuery,
sources: &FxIndexSet<&'q DepNode>,
targets: &FxIndexSet<&'q DepNode>,
) -> FxIndexSet<DepKind>