pub type BlockChunk<T> = Vec<(String, T)>;
An in-order chunk of Rkey + (processed) Block pairs
pub struct BlockChunk<T> { /* private fields */ }