1use crate::records::block_iterator_wrapper::BlockIteratorWrapper; 2 3impl BlockIteratorWrapper { 4 pub fn end(&self) -> *const u32 { 5 self.itEnd 6 } 7}