leaf_range

Function leaf_range 

Source
pub async fn leaf_range<R, D>(
    ds: &D,
    range: R,
) -> BoxStream<'static, LeafQueryData<MockTypes>>
where D: TestableDataSource, R: RangeBounds<usize> + Send + 'static,
Expand description

Get a stream of leaves, implicitly terminating at the current block height.