BlockChunk

Type Alias BlockChunk 

Source
pub type BlockChunk<T> = Vec<(String, T)>;
Expand description

An in-order chunk of Rkey + (processed) Block pairs

Aliased Typeยง

pub struct BlockChunk<T> { /* private fields */ }