Skip to main content

ChunkSpine

Type Alias ChunkSpine 

Source
pub type ChunkSpine<C> = Spine<Rc<ChunkBatch<C>>>;
Expand description

A spine of Rc-shared ChunkBatches of type C: the trace type for arrange.

Aliased Typeยง

pub struct ChunkSpine<C> { /* private fields */ }