pub type ChunkBuilder<C> = RcBuilder<ChunkBatchBuilder<C>>;Expand description
A reference-counted ChunkBatch builder over chunks of type C.
Aliased Typeยง
pub struct ChunkBuilder<C> { /* private fields */ }pub type ChunkBuilder<C> = RcBuilder<ChunkBatchBuilder<C>>;A reference-counted ChunkBatch builder over chunks of type C.
pub struct ChunkBuilder<C> { /* private fields */ }