async fn do_range_rev_test<D>(
ds: &D,
start: Bound<usize>,
end: usize,
expected_indices: impl DoubleEndedIterator<Item = u64>,
)where
D: TestableDataSource,async fn do_range_rev_test<D>(
ds: &D,
start: Bound<usize>,
end: usize,
expected_indices: impl DoubleEndedIterator<Item = u64>,
)where
D: TestableDataSource,