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 */ }pub type ChunkSpine<C> = Spine<Rc<ChunkBatch<C>>>;A spine of Rc-shared ChunkBatches of type C: the trace type for arrange.
pub struct ChunkSpine<C> { /* private fields */ }