Function sstable::current_key_val

source ·
pub fn current_key_val<It: SSIterator + ?Sized>(
    it: &It
) -> Option<(Vec<u8>, Vec<u8>)>
Expand description

current_key_val is a helper allocating two vectors and filling them with the current key/value of the specified iterator.