Skip to main content

ChunkBuilder

Type Alias ChunkBuilder 

Source
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 */ }