Type Alias ChunkSampler

Source
pub type ChunkSampler = Box<dyn Sample<Output = ChainedChunk> + Send + Sync>;

Aliased Typeยง

struct ChunkSampler(/* private fields */);