Searched refs:BlockRange (Results 1 – 1 of 1) sorted by relevance
189 pub struct BlockRange { struct217 pub fn next_block(&mut self) -> BlockRange { in next_block() argument230 return BlockRange { in next_block()240 pub fn next_multiblock(&mut self) -> BlockRange { in next_multiblock() argument259 return BlockRange { in next_multiblock()271 type Item = BlockRange;286 impl BlockRange { impl