Type Definition sewup::kv::RawBucket[][src]

pub type RawBucket = (Vec<Raw>, Vec<Raw>);
Expand description

RawBucket is a structure the data format really store The hash key is stored in the first item, and the Key and Value are stored in the second item