Searched refs:BlockRange (Results 1 – 1 of 1) sorted by relevance
199 pub struct BlockRange { struct227 pub fn next_block(&mut self) -> BlockRange { in next_block() argument240 return BlockRange { in next_block()250 pub fn next_multiblock(&mut self) -> BlockRange { in next_multiblock() argument269 return BlockRange { in next_multiblock()281 type Item = BlockRange;296 impl BlockRange { implementation